File tree Expand file tree Collapse file tree 2 files changed +22
-211
lines changed
Expand file tree Collapse file tree 2 files changed +22
-211
lines changed Original file line number Diff line number Diff line change 11module github.com/anbraten/k8s-external-database-operator
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/go-logr/logr v0.3.0
77 github.com/go-sql-driver/mysql v1.5.0
88 github.com/golang/snappy v0.0.3 // indirect
99 github.com/leesper/couchdb-golang v1.2.1
10- github.com/onsi/ginkgo v1.14 .1
11- github.com/onsi/gomega v1.10.2
10+ github.com/onsi/ginkgo v1.16 .1
11+ github.com/onsi/gomega v1.11.0
1212 github.com/xdg/scram v1.0.3 // indirect
1313 github.com/xdg/stringprep v1.0.3 // indirect
1414 go.mongodb.org/mongo-driver v1.1.2
15- k8s.io/api v0.19.2
15+ golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
16+ golang.org/x/tools v0.1.0 // indirect
1617 k8s.io/apimachinery v0.19.2
1718 k8s.io/client-go v0.19.2
1819 sigs.k8s.io/controller-runtime v0.7.2
You can’t perform that action at this time.
0 commit comments