Go: Update dependencies. (#13149)

This commit is contained in:
Marco Ebert 2025-04-02 14:38:38 +01:00 committed by GitHub
parent ce0e6d73d7
commit d033b59aa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 18 deletions

View file

@ -3,7 +3,7 @@ module k8s.io/ingress-nginx/go-grpc-greeter-server
go 1.24.2
require (
google.golang.org/grpc v1.71.0
google.golang.org/grpc v1.71.1
google.golang.org/grpc/examples v0.0.0-20250328164711-5edab9e55414
)