2019-10-15 10:01:09 -04:00
|
|
|
// This is a generated file. Do not edit directly.
|
|
|
|
|
|
|
|
module k8s.io/api
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
|
|
|
|
github.com/stretchr/testify v1.3.0
|
2020-04-28 10:19:17 -04:00
|
|
|
k8s.io/apimachinery v0.16.9
|
2019-10-15 10:01:09 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
2020-04-28 10:19:17 -04:00
|
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.16.9
|
2019-10-15 10:01:09 -04:00
|
|
|
)
|