Skip to content

Commit

Permalink
update madmin-go to latest release (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Feb 1, 2022
1 parent 2f97589 commit 5ab1a57
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 581 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-containerregistry v0.1.2
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-version v1.3.0
github.com/minio/madmin-go v1.1.23
github.com/minio/madmin-go v1.3.0
github.com/minio/minio-go/v7 v7.0.20
github.com/minio/pkg v1.1.11
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.46.0
Expand Down Expand Up @@ -54,7 +54,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/googleapis/gnostic v0.5.1 // indirect
Expand Down Expand Up @@ -91,15 +91,15 @@ require (
github.com/tinylib/msgp v1.1.3 // indirect
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.0.0-20210114065538-d78b04bdf963 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.26.0 // indirect
Expand Down
Loading

0 comments on commit 5ab1a57

Please sign in to comment.