...
1// This is a generated file. Do not edit directly.
2
3module k8s.io/cri-api
4
5go 1.22.0
6
7require (
8 github.com/gogo/protobuf v1.3.2
9 github.com/stretchr/testify v1.8.4
10 google.golang.org/grpc v1.58.3
11)
12
13require (
14 github.com/davecgh/go-spew v1.1.1 // indirect
15 github.com/golang/protobuf v1.5.4 // indirect
16 github.com/google/go-cmp v0.6.0 // indirect
17 github.com/kr/pretty v0.3.1 // indirect
18 github.com/pmezard/go-difflib v1.0.0 // indirect
19 github.com/rogpeppe/go-internal v1.10.0 // indirect
20 golang.org/x/net v0.23.0 // indirect
21 golang.org/x/sys v0.18.0 // indirect
22 golang.org/x/text v0.14.0 // indirect
23 google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
24 google.golang.org/protobuf v1.33.0 // indirect
25 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
26 gopkg.in/yaml.v3 v3.0.1 // indirect
27)
View as plain text