Bump github.com/minio/minio-go/v7 from 7.0.31 to 7.0.32

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.31 to 7.0.32.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.31...v7.0.32)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-25 17:21:41 +00:00
committed by GitHub
parent a3477906d1
commit 789747c1b8
2 changed files with 8 additions and 27 deletions

3
go.mod
View File

@@ -9,9 +9,8 @@ require (
github.com/klauspost/compress v1.15.7 // indirect
github.com/klauspost/cpuid/v2 v2.0.14 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.31
github.com/minio/minio-go/v7 v7.0.32
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
go.unistack.org/micro/v3 v3.9.11