2018-09-25 19:19:10 +00:00
|
|
|
module github.com/rancher/types
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/pkg/errors v0.8.0
|
2018-10-10 02:33:58 +00:00
|
|
|
github.com/rancher/norman v0.0.0-20181010023203-ad4865987ce7
|
2018-09-25 19:19:10 +00:00
|
|
|
github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2
|
|
|
|
k8s.io/api v0.0.0-20180621150657-6c0bbc3e58fa
|
|
|
|
k8s.io/apiextensions-apiserver v0.0.0-20180621165922-80db67131e8d
|
|
|
|
k8s.io/apimachinery v0.0.0-20180619225948-e386b2658ed2
|
|
|
|
k8s.io/client-go v2.0.0-alpha.0.0.20180621152933-b0722d92a7c1+incompatible
|
|
|
|
k8s.io/gengo v0.0.0-20180223161844-01a732e01d00
|
|
|
|
)
|