Go: Update dependencies. (#13322)

This commit is contained in:
Marco Ebert 2025-05-02 16:39:57 +02:00 committed by GitHub
parent 996743ea68
commit 5d5861ae6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 63 additions and 75 deletions

View file

@ -4,7 +4,7 @@ go 1.24.2
require (
google.golang.org/grpc v1.72.0
google.golang.org/grpc/examples v0.0.0-20250424093719-030938e543b4
google.golang.org/grpc/examples v0.0.0-20250430091128-080f9563df8b
)
require (
@ -12,6 +12,6 @@ require (
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-20250422160041-2d3770c4ea7f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)