forked from goodrain/rainbond-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (37 loc) · 1.49 KB
/
go.mod
File metadata and controls
39 lines (37 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/goodrain/rainbond-operator
go 1.15
require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/aliyun/aliyun-oss-go-sdk v2.1.5+incompatible
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/containerd/containerd v1.4.3 // indirect
github.com/coreos/etcd v3.3.13+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.2+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-logr/logr v0.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/mock v1.4.1
github.com/gorilla/mux v1.8.0 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
github.com/klauspost/compress v1.11.6
github.com/morikuni/aec v1.0.0 // indirect
github.com/myesui/uuid v1.0.0 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/twinj/uuid v1.0.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/kube-aggregator v0.20.1
sigs.k8s.io/controller-runtime v0.7.0
)