Go: Update dependencies. (#13210)

This commit is contained in:
Marco Ebert 2025-04-14 17:13:07 +02:00 committed by GitHub
parent ba3a141bc7
commit 2d47b06636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 49 additions and 50 deletions

View file

@ -4,15 +4,14 @@ go 1.24.2
require (
google.golang.org/grpc v1.71.1
google.golang.org/grpc/examples v0.0.0-20250328164711-5edab9e55414
google.golang.org/grpc/examples v0.0.0-20250414090033-6319a2c1cd44
)
require (
github.com/google/go-cmp v0.7.0 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
google.golang.org/protobuf v1.36.6 // indirect
)