21 lines
651 B
Modula-2
21 lines
651 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/cri-api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/grpc v1.27.0
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|