diff options
author | 2024-04-29 10:44:11 +0000 | |
---|---|---|
committer | 2024-04-29 10:44:11 +0000 | |
commit | d3bac8bbec263175fb8190918993af192b842065 (patch) | |
tree | 59230d2096f236959248e1656826d4d73f905686 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,7 +43,7 @@ require ( github.com/jackc/pgx/v5 v5.5.5 github.com/microcosm-cc/bluemonday v1.0.26 github.com/miekg/dns v1.1.59 - github.com/minio/minio-go/v7 v7.0.69 + github.com/minio/minio-go/v7 v7.0.70 github.com/mitchellh/mapstructure v1.5.0 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.18.0 @@ -168,7 +168,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/minio/md5-simd v1.1.2 // indirect - github.com/minio/sha256-simd v1.0.1 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |