boulder/vendor/google.golang.org/protobuf/internal/impl
Aaron Gable 1c1c4dcfef
Update certificate-transparency-go to get static/tiled log support (#8150)
Update github.com/google/certificate-transparency-go from v1.1.6 to
v1.3.1. This updates the loglist file schema to recognize logs which are
tagged as being tiled logs / implementing the static CT API.

Transitively update:
- github.com/go-sql-driver/mysql from v1.7.1 to v1.8.1
- github.com/prometheus/client_golang from v1.15.1 to v1.22.0
- github.com/prometheus/client_model from v0.4.0 to v0.6.1
- go.opentelemetry.io/otel from v1.30.0 to v1.31.0
- google.golang.org/grpc from v1.66.1 to v1.69.4
- google.golang.org/protobuf from v1.34.2 to v1.36.5
- and a variety of indirect dependencies

Remove one indirect dependency:
- github.com/matttproud/golang_protobuf_extensions

Add two new indirect dependencies:
- filippo.io/edwards25519@v1.1.0 (used by go-sql-driver to handle
mariadb's custom encryption implementation)
- github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822
(previously inlined into prometheus/common)

Also fix two unit tests which need minor modifications to work with
updated type signatures and behavior.

Part of https://github.com/letsencrypt/boulder/issues/7872
2025-04-30 15:56:31 -07:00
..
api_export.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
api_export_opaque.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
bitmap.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
bitmap_race.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
checkinit.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_extension.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_field.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_field_opaque.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_gen.go Upgrade the protobuf and grpc dependencies in Boulder (#7232) 2024-01-08 11:23:23 -08:00
codec_map.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_message.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_message_opaque.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
codec_messageset.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
codec_tables.go build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#7384) 2024-03-19 10:39:33 -07:00
codec_unsafe.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
convert.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
convert_list.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
convert_map.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
decode.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
encode.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
enum.go build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#6271) 2022-08-24 16:24:27 -07:00
equal.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
extension.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
lazy.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
legacy_enum.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
legacy_export.go build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#6271) 2022-08-24 16:24:27 -07:00
legacy_extension.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
legacy_file.go update otel dependencies to v1.27.0 and v0.52.0 (#7496) 2024-05-29 15:46:35 -07:00
legacy_message.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
merge.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
merge_gen.go Upgrade to latest protoc and protoc-gen-go (#4794) 2020-04-23 18:54:44 -07:00
message.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_opaque.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_opaque_gen.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_reflect.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_reflect_field.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_reflect_field_gen.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
message_reflect_gen.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
pointer_unsafe.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
pointer_unsafe_opaque.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
presence.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
validate.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00