Update minio-go library (#13045)

This fixes some issues in replication & S3 gateway:
- https://github.com/minio/minio-go/pull/1531
- https://github.com/minio/minio-go/pull/1533
This commit is contained in:
Anis Elleuch
2021-08-24 01:31:53 +01:00
committed by GitHub
parent 674c6f7a7b
commit 170b89f468
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -46,7 +46,7 @@ require (
github.com/minio/highwayhash v1.0.2
github.com/minio/kes v0.14.0
github.com/minio/madmin-go v1.0.21-0.20210820144629-f47e578ef886
github.com/minio/minio-go/v7 v7.0.13-0.20210715203016-9e713532886e
github.com/minio/minio-go/v7 v7.0.13-0.20210823191913-cee488b95ff2
github.com/minio/parquet-go v1.0.0
github.com/minio/pkg v1.0.11
github.com/minio/selfupdate v0.3.1