diff options
author | 2024-04-29 10:44:11 +0000 | |
---|---|---|
committer | 2024-04-29 10:44:11 +0000 | |
commit | d3bac8bbec263175fb8190918993af192b842065 (patch) | |
tree | 59230d2096f236959248e1656826d4d73f905686 /vendor/github.com/minio/minio-go/v7/functional_tests.go | |
parent | [chore] Fix conflict in workers tests (#2880) (diff) | |
download | gotosocial-d3bac8bbec263175fb8190918993af192b842065.tar.xz |
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 (#2877)
Diffstat (limited to 'vendor/github.com/minio/minio-go/v7/functional_tests.go')
-rw-r--r-- | vendor/github.com/minio/minio-go/v7/functional_tests.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/minio/minio-go/v7/functional_tests.go b/vendor/github.com/minio/minio-go/v7/functional_tests.go index de17cdc6f..b1979e320 100644 --- a/vendor/github.com/minio/minio-go/v7/functional_tests.go +++ b/vendor/github.com/minio/minio-go/v7/functional_tests.go @@ -25,6 +25,7 @@ import ( "bytes" "context" "crypto/sha1" + "crypto/sha256" "encoding/base64" "errors" "fmt" @@ -49,7 +50,6 @@ import ( "github.com/dustin/go-humanize" "github.com/google/uuid" - "github.com/minio/sha256-simd" "github.com/minio/minio-go/v7" "github.com/minio/minio-go/v7/pkg/credentials" |