diff options
author | 2025-02-19 19:18:01 +0100 | |
---|---|---|
committer | 2025-02-19 19:18:01 +0100 | |
commit | 2f5629143d632a17902934293fe00340e6898146 (patch) | |
tree | 2ba6880a34352c050fafd76f9c8b0f17ec3869b3 /go.mod | |
parent | [feature] Forward-compatibility with Approval objects (#3807) (diff) | |
download | gotosocial-2f5629143d632a17902934293fe00340e6898146.tar.xz |
[chore] Step minio down to 7.0.85 (#3808)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,7 +46,7 @@ require ( github.com/k3a/html2text v1.2.1 github.com/microcosm-cc/bluemonday v1.0.27 github.com/miekg/dns v1.1.63 - github.com/minio/minio-go/v7 v7.0.86 + github.com/minio/minio-go/v7 v7.0.85 github.com/mitchellh/mapstructure v1.5.0 github.com/ncruces/go-sqlite3 v0.23.0 github.com/oklog/ulid v1.3.1 @@ -167,7 +167,6 @@ require ( github.com/magiconair/properties v1.8.7 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/minio/crc64nvme v1.0.0 // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect |