Go: Update dependencies. (#13246)
This commit is contained in:
parent
02704ad30c
commit
bacba9deae
6 changed files with 24 additions and 24 deletions
|
|
@ -3,8 +3,8 @@ module k8s.io/ingress-nginx/go-grpc-greeter-server
|
|||
go 1.24.2
|
||||
|
||||
require (
|
||||
google.golang.org/grpc v1.71.1
|
||||
google.golang.org/grpc/examples v0.0.0-20250414090033-6319a2c1cd44
|
||||
google.golang.org/grpc v1.72.0
|
||||
google.golang.org/grpc/examples v0.0.0-20250418172310-54e7e26a1f32
|
||||
)
|
||||
|
||||
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-20250409194420-de1ac958c67a // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue