42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module github.com/virtual-kubelet/alibabacloud-eci
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.0
|
|
contrib.go.opencensus.io/exporter/ocagent v0.5.0
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190614054433-c6dd452c6c95
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/gorilla/mux v1.7.2 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/virtual-kubelet/virtual-kubelet v0.10.0
|
|
go.opencensus.io v0.21.0
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
k8s.io/api v0.0.0
|
|
k8s.io/apimachinery v0.0.0
|
|
k8s.io/apiserver v0.0.0-20190805142138-368b2058237c // indirect
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/klog v0.3.3
|
|
k8s.io/kubernetes v1.14.3 // indirect
|
|
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
|
|
)
|
|
|
|
replace k8s.io/api => k8s.io/api v0.0.0-20190805141119-fdd30b57c827
|
|
|
|
replace k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190805141520-2fe0317bcee0
|
|
|
|
replace k8s.io/kubernetes => k8s.io/kubernetes v1.14.3
|
|
|
|
go 1.13
|