1
0
mirror of https://github.com/rancher/types.git synced 2025-08-02 05:11:59 +00:00
types/go.mod
Darren Shepherd 6b906487e0 Update vendor
2018-10-09 19:38:10 -07:00

13 lines
497 B
Modula-2

module github.com/rancher/types
require (
github.com/pkg/errors v0.8.0
github.com/rancher/norman v0.0.0-20181010023203-ad4865987ce7
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
)