mirror of https://github.com/minio/minio.git
update console v0.21.1
This commit is contained in:
parent
e4f469ae7a
commit
3b7292b637
2
go.mod
2
go.mod
|
@ -43,7 +43,7 @@ require (
|
|||
github.com/lithammer/shortuuid/v4 v4.0.0
|
||||
github.com/miekg/dns v1.1.50
|
||||
github.com/minio/cli v1.24.0
|
||||
github.com/minio/console v0.21.1-0.20221021181006-6959bc5b02ea
|
||||
github.com/minio/console v0.21.1
|
||||
github.com/minio/csvparser v1.0.0
|
||||
github.com/minio/dperf v0.4.2
|
||||
github.com/minio/highwayhash v1.0.2
|
||||
|
|
4
go.sum
4
go.sum
|
@ -743,8 +743,8 @@ github.com/minio/cli v1.24.0 h1:QrSIs7iISwaFmTlGFAR9cSpkZn7/tTaFsj5oAUCC47I=
|
|||
github.com/minio/cli v1.24.0/go.mod h1:bYxnK0uS629N3Bq+AOZZ+6lwF77Sodk4+UL9vNuXhOY=
|
||||
github.com/minio/colorjson v1.0.4 h1:sNJYTb2uNswdqmGARg9wrogCX8+GRZzEacYbJT86e00=
|
||||
github.com/minio/colorjson v1.0.4/go.mod h1:ZgE8vYon4xC4yfBPclP/2gqMRYw+p+xRsBbLMDKdb9M=
|
||||
github.com/minio/console v0.21.1-0.20221021181006-6959bc5b02ea h1:nX4I4buPMSsBF5KnKBaquDKIcmoIEcuY6i+R8hY40hg=
|
||||
github.com/minio/console v0.21.1-0.20221021181006-6959bc5b02ea/go.mod h1:gpGEtFxMPFn0cHHB846m3cRTMsZmj1slmxPgjqU3pdY=
|
||||
github.com/minio/console v0.21.1 h1:S67zT3cdyumBIG+739sSCyQTkImrDhavpdURj3uiHSQ=
|
||||
github.com/minio/console v0.21.1/go.mod h1:gpGEtFxMPFn0cHHB846m3cRTMsZmj1slmxPgjqU3pdY=
|
||||
github.com/minio/csvparser v1.0.0 h1:xJEHcYK8ZAjeW4hNV9Zu30u+/2o4UyPnYgyjWp8b7ZU=
|
||||
github.com/minio/csvparser v1.0.0/go.mod h1:lKXskSLzPgC5WQyzP7maKH7Sl1cqvANXo9YCto8zbtM=
|
||||
github.com/minio/dperf v0.4.2 h1:u2fcdXViX3+alZcEYSOh1crNbGtVU5drQ24lP3Xx6j8=
|
||||
|
|
Loading…
Reference in New Issue