Go: Update dependencies. (#13399)

This commit is contained in:
Marco Ebert 2025-05-21 20:36:36 +02:00 committed by GitHub
parent 23eb1002fe
commit d5820c2427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 116 deletions

View file

@ -4,14 +4,14 @@ go 1.24.3
require (
google.golang.org/grpc v1.72.1
google.golang.org/grpc/examples v0.0.0-20250505044432-75d25ee2c3dd
google.golang.org/grpc/examples v0.0.0-20250521035441-6995ef2ab61c
)
require (
github.com/google/go-cmp v0.7.0 // 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-20250428153025-10db94c68c34 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)