Update minio-go version so it supports EKS IRSA

This commit is contained in:
Andy Hibbert
2020-05-11 21:30:22 +01:00
committed by Michael Eischer
parent 34181b13a2
commit 38087e40d9
3 changed files with 10 additions and 4 deletions

2
go.mod
View File

@@ -21,7 +21,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/kurin/blazer v0.5.3
github.com/marstr/guid v1.1.0 // indirect
github.com/minio/minio-go/v6 v6.0.43
github.com/minio/minio-go/v6 v6.0.53
github.com/minio/sha256-simd v0.1.1
github.com/ncw/swift v1.0.47
github.com/pkg/errors v0.8.1