Replace mc with latest mc on go mod (#424)
This commit is contained in:
4
go.mod
4
go.mod
@@ -16,7 +16,7 @@ require (
|
||||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/minio/cli v1.22.0
|
||||
github.com/minio/kes v0.11.0
|
||||
github.com/minio/mc v0.0.0-20201001165056-7f2df96e4821
|
||||
github.com/minio/mc v0.0.0-20201119214335-d4f9ea859d6c
|
||||
github.com/minio/minio v0.0.0-20201102034248-d8e07f2c41c8
|
||||
github.com/minio/minio-go/v7 v7.0.6-0.20200929220449-755b5633803a
|
||||
github.com/minio/operator v0.0.0-20201022162018-527e5c32132b
|
||||
@@ -33,5 +33,3 @@ require (
|
||||
k8s.io/apimachinery v0.18.6
|
||||
k8s.io/client-go v0.18.6
|
||||
)
|
||||
|
||||
replace github.com/minio/mc => github.com/cesnietor/mc v0.0.0-20201119195918-db08a7f03703
|
||||
|
||||
Reference in New Issue
Block a user