2019-08-19 10:52:07 -07:00
|
|
|
module github.com/rancher/rke
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
2019-09-25 19:31:01 -07:00
|
|
|
replace (
|
2019-12-11 21:53:38 +01:00
|
|
|
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
|
2020-01-23 15:52:10 -07:00
|
|
|
k8s.io/client-go => k8s.io/client-go v0.17.2
|
2019-09-25 19:31:01 -07:00
|
|
|
)
|
2019-07-05 12:22:55 +08:00
|
|
|
|
2019-08-19 10:52:07 -07:00
|
|
|
require (
|
2019-11-13 14:46:03 -08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
2019-09-25 19:31:01 -07:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2019-08-20 22:49:24 +02:00
|
|
|
github.com/containerd/containerd v1.3.0-beta.0.0.20190808172034-23faecfb66ab // indirect
|
2020-03-03 18:08:30 +01:00
|
|
|
github.com/coreos/etcd v3.3.17+incompatible
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/coreos/go-semver v0.3.0
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
2019-10-30 12:48:32 -07:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2019-08-20 22:49:24 +02:00
|
|
|
github.com/docker/docker v0.7.3-0.20190808172531-150530564a14
|
2020-03-03 18:08:30 +01:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2019-10-03 03:56:39 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-02-13 15:47:04 -07:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/go-ini/ini v1.37.0
|
2019-09-25 19:31:01 -07:00
|
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
2020-02-26 13:33:08 -08:00
|
|
|
github.com/mattn/go-colorable v0.1.2
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
|
2020-01-23 15:52:10 -07:00
|
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-02-18 11:17:29 -08:00
|
|
|
github.com/rancher/norman v0.0.0-20200211155126-fc45a55d4dfd
|
2020-03-03 18:08:30 +01:00
|
|
|
github.com/rancher/types v0.0.0-20200303162837-300a04e6f743
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-11-12 15:29:55 -08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-19 10:52:07 -07:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
2020-01-23 15:52:10 -07:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-02-26 13:33:08 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
2020-02-18 11:17:29 -08:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
|
|
gopkg.in/yaml.v2 v2.2.5
|
2020-01-23 15:52:10 -07:00
|
|
|
k8s.io/api v0.17.2
|
|
|
|
k8s.io/apimachinery v0.17.2
|
|
|
|
k8s.io/apiserver v0.17.2
|
2020-02-26 13:33:08 -08:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2020-02-04 11:27:22 -08:00
|
|
|
k8s.io/kubectl v0.17.2
|
2019-10-29 13:59:02 -07:00
|
|
|
sigs.k8s.io/yaml v1.1.0
|
2019-08-19 10:52:07 -07:00
|
|
|
)
|