Go: Update dependencies. (#13259)

This commit is contained in:
Marco Ebert 2025-04-23 11:53:42 +02:00 committed by GitHub
parent b78af4c770
commit 9fd70633af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 15 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-20250418172310-54e7e26a1f32
google.golang.org/grpc/examples v0.0.0-20250423055329-ec2d624ac9ee
)
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-20250414145226-207652e42e2e // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
google.golang.org/protobuf v1.36.6 // indirect
)