Images: Extract modules. (#13123)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
1bcf93c1c3
commit
6b12ef748e
7 changed files with 60 additions and 8 deletions
18
images/go-grpc-greeter-server/rootfs/go.mod
Normal file
18
images/go-grpc-greeter-server/rootfs/go.mod
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
module k8s.io/ingress-nginx/go-grpc-greeter-server
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
google.golang.org/grpc v1.71.0
|
||||
google.golang.org/grpc/examples v0.0.0-20250328164711-5edab9e55414
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
go.opentelemetry.io/otel v1.35.0 // indirect
|
||||
golang.org/x/net v0.38.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue