Bump google.golang.org/grpc from 1.72.2 to 1.73.0 in /images/go-grpc-greeter-server/rootfs (#13506)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
45d97aac99
commit
f68446cadd
2 changed files with 3 additions and 4 deletions
|
|
@ -3,12 +3,11 @@ module k8s.io/ingress-nginx/go-grpc-greeter-server
|
|||
go 1.24.4
|
||||
|
||||
require (
|
||||
google.golang.org/grpc v1.72.2
|
||||
google.golang.org/grpc v1.73.0
|
||||
google.golang.org/grpc/examples v0.0.0-20250526155028-4cab0e6dc6e7
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
golang.org/x/net v0.40.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue