update cri-api vendor to include hugepages changes KEP: https://github.com/kubernetes/enhancements/pull/1199 CRI: https://github.com/kubernetes/kubernetes/pull/83614 Signed-off-by: Byonggon Chun <bg.chun@samsung.com>
18 lines
521 B
Modula-2
18 lines
521 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
|
|
github.com/stretchr/testify v1.4.0
|
|
k8s.io/apimachinery v0.18.0-alpha.1
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.18.0-alpha.1
|
|
)
|