Skip to content

Commit cc28f88

Browse files
authored
Update Operator version and fixed issue in operator console (#2686)
1 parent dd913de commit cc28f88

File tree

3 files changed

+34
-225
lines changed

3 files changed

+34
-225
lines changed

go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/minio/madmin-go/v2 v2.0.14
2626
github.com/minio/mc v0.0.0-20230221142751-40e51ee9affb
2727
github.com/minio/minio-go/v7 v7.0.49
28-
github.com/minio/operator v0.0.0-20220902184351-21e4073132b0
28+
github.com/minio/operator v0.0.0-20230228004026-ad024a9dffe5
2929
github.com/minio/pkg v1.6.3
3030
github.com/minio/selfupdate v0.6.0
3131
github.com/minio/websocket v1.6.0
@@ -66,10 +66,10 @@ require (
6666
github.com/davecgh/go-spew v1.1.1 // indirect
6767
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
6868
github.com/docker/go-units v0.4.0 // indirect
69-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
69+
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
7070
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
7171
github.com/fatih/structs v1.1.0 // indirect
72-
github.com/fsnotify/fsnotify v1.5.1 // indirect
72+
github.com/fsnotify/fsnotify v1.5.4 // indirect
7373
github.com/gdamore/encoding v1.0.0 // indirect
7474
github.com/gdamore/tcell/v2 v2.5.4 // indirect
7575
github.com/go-logr/logr v1.2.3 // indirect
@@ -82,7 +82,7 @@ require (
8282
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
8383
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8484
github.com/golang/protobuf v1.5.2 // indirect
85-
github.com/google/gnostic v0.5.7-v3refs // indirect
85+
github.com/google/gnostic v0.6.9 // indirect
8686
github.com/google/go-cmp v0.5.9 // indirect
8787
github.com/google/gofuzz v1.2.0 // indirect
8888
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -114,10 +114,9 @@ require (
114114
github.com/mattn/go-runewidth v0.0.14 // indirect
115115
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
116116
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 // indirect
117-
github.com/miekg/dns v1.1.48 // indirect
117+
github.com/miekg/dns v1.1.50 // indirect
118118
github.com/minio/colorjson v1.0.4 // indirect
119119
github.com/minio/filepath v1.0.0 // indirect
120-
github.com/minio/madmin-go v1.7.5 // indirect
121120
github.com/minio/md5-simd v1.1.2 // indirect
122121
github.com/minio/sha256-simd v1.0.0 // indirect
123122
github.com/mitchellh/mapstructure v1.4.3 // indirect
@@ -166,13 +165,14 @@ require (
166165
go.etcd.io/etcd/client/v3 v3.5.7 // indirect
167166
go.mongodb.org/mongo-driver v1.10.0 // indirect
168167
go.uber.org/atomic v1.10.0 // indirect
168+
go.uber.org/goleak v1.1.12 // indirect
169169
go.uber.org/multierr v1.9.0 // indirect
170170
go.uber.org/zap v1.24.0 // indirect
171171
golang.org/x/mod v0.7.0 // indirect
172172
golang.org/x/sync v0.1.0 // indirect
173173
golang.org/x/sys v0.5.0 // indirect
174174
golang.org/x/term v0.5.0 // indirect
175-
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
175+
golang.org/x/time v0.3.0 // indirect
176176
golang.org/x/tools v0.4.0 // indirect
177177
google.golang.org/appengine v1.6.7 // indirect
178178
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
@@ -182,10 +182,9 @@ require (
182182
gopkg.in/inf.v0 v0.9.1 // indirect
183183
gopkg.in/ini.v1 v1.67.0 // indirect
184184
gopkg.in/yaml.v3 v3.0.1 // indirect
185-
k8s.io/apiextensions-apiserver v0.24.3 // indirect
185+
k8s.io/apiextensions-apiserver v0.25.4 // indirect
186186
k8s.io/klog/v2 v2.80.1 // indirect
187-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
188-
sigs.k8s.io/controller-runtime v0.11.1 // indirect
187+
k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70 // indirect
189188
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
190189
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
191190
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)