mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 11:21:08 +00:00
62 lines
2.6 KiB
Modula-2
62 lines
2.6 KiB
Modula-2
module github.com/rancher/rke
|
|
|
|
go 1.13
|
|
|
|
replace (
|
|
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
|
|
k8s.io/client-go => k8s.io/client-go v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/containerd/containerd v1.3.0-beta.0.0.20190808172034-23faecfb66ab // indirect
|
|
github.com/coreos/bbolt v1.3.1-coreos.6 // indirect
|
|
github.com/coreos/etcd v3.3.17+incompatible
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v0.7.3-0.20190808172531-150530564a14
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
|
github.com/go-ini/ini v1.37.0
|
|
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.2
|
|
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rancher/norman v0.0.0-20200517050325-f53cae161640
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
go.uber.org/atomic v1.5.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
|
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9 // indirect
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.18.0
|
|
k8s.io/apimachinery v0.18.0
|
|
k8s.io/apiserver v0.18.0
|
|
k8s.io/client-go v12.0.0+incompatible
|
|
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
|
|
k8s.io/kubectl v0.18.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|