mirror of
https://github.com/rancher/types.git
synced 2025-08-21 13:53:11 +00:00
13 lines
497 B
Modula-2
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-20180925184916-d675dc79491f
|
||
|
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
|
||
|
)
|