@@ -13,10 +13,10 @@ require (
13
13
github.com/fgrosse/zaptest v1.1.0
14
14
github.com/go-logr/zapr v1.2.3
15
15
github.com/google/go-cmp v0.5.7
16
+ github.com/google/uuid v1.3.0
16
17
github.com/gorilla/mux v1.8.0
17
18
github.com/hashicorp/go-multierror v1.1.1
18
19
github.com/mongodb-forks/digest v1.0.4
19
- github.com/mxschmitt/playwright-go v0.1400.0
20
20
github.com/onsi/ginkgo/v2 v2.1.4
21
21
github.com/onsi/gomega v1.19.0
22
22
github.com/pborman/uuid v1.2.1
@@ -25,6 +25,7 @@ require (
25
25
go.mongodb.org/atlas v0.16.0
26
26
go.mongodb.org/mongo-driver v1.8.3
27
27
go.uber.org/zap v1.21.0
28
+ golang.org/x/text v0.3.7
28
29
google.golang.org/api v0.70.0
29
30
gopkg.in/yaml.v3 v3.0.1
30
31
k8s.io/api v0.23.5
@@ -45,7 +46,6 @@ require (
45
46
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
46
47
github.com/beorn7/perks v1.0.1 // indirect
47
48
github.com/cespare/xxhash/v2 v2.1.2 // indirect
48
- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
49
49
github.com/davecgh/go-spew v1.1.1 // indirect
50
50
github.com/dimchansky/utfbom v1.1.1 // indirect
51
51
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -59,10 +59,7 @@ require (
59
59
github.com/golang/snappy v0.0.4 // indirect
60
60
github.com/google/go-querystring v1.1.0 // indirect
61
61
github.com/google/gofuzz v1.2.0 // indirect
62
- github.com/google/uuid v1.3.0 // indirect
63
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
64
62
github.com/googleapis/gnostic v0.5.5 // indirect
65
- github.com/gorilla/websocket v1.5.0 // indirect
66
63
github.com/hashicorp/errwrap v1.0.0 // indirect
67
64
github.com/imdario/mergo v0.3.12 // indirect
68
65
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -84,7 +81,6 @@ require (
84
81
github.com/xdg-go/scram v1.1.0 // indirect
85
82
github.com/xdg-go/stringprep v1.0.2 // indirect
86
83
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
87
- go.opencensus.io v0.23.0 // indirect
88
84
go.uber.org/atomic v1.9.0 // indirect
89
85
go.uber.org/multierr v1.7.0 // indirect
90
86
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
@@ -93,17 +89,13 @@ require (
93
89
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
94
90
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
95
91
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
96
- golang.org/x/text v0.3.7 // indirect
97
92
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
98
93
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
99
94
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
100
95
google.golang.org/appengine v1.6.7 // indirect
101
- google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
102
- google.golang.org/grpc v1.44.0 // indirect
103
96
google.golang.org/protobuf v1.27.1 // indirect
104
97
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
105
98
gopkg.in/inf.v0 v0.9.1 // indirect
106
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
107
99
gopkg.in/yaml.v2 v2.4.0 // indirect
108
100
k8s.io/apiextensions-apiserver v0.23.5 // indirect
109
101
k8s.io/component-base v0.23.5 // indirect
@@ -113,3 +105,5 @@ require (
113
105
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
114
106
sigs.k8s.io/yaml v1.3.0 // indirect
115
107
)
108
+
109
+ replace github.com/RHEcosystemAppEng/dbaas-operator => github.com/xieshenzh/dbaas-operator v1.0.1-0.20220907182015-12def45fad1d
0 commit comments