Go: Update dependencies. (#13511)

This commit is contained in:
Marco Ebert 2025-06-09 18:50:23 +02:00 committed by GitHub
parent 2cde507a73
commit 71b5b5f09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 65 additions and 65 deletions

View file

@ -4,13 +4,13 @@ go 1.24.4
require (
google.golang.org/grpc v1.73.0
google.golang.org/grpc/examples v0.0.0-20250526155028-4cab0e6dc6e7
google.golang.org/grpc/examples v0.0.0-20250609053427-af0f88e01d4a
)
require (
golang.org/x/net v0.40.0 // indirect
golang.org/x/net v0.41.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
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)