diff options
| author | 2024-09-26 12:43:10 +0000 | |
|---|---|---|
| committer | 2024-09-26 14:43:10 +0200 | |
| commit | 53ee6aef0885b4055ef95bf4f20ee78fd381e333 (patch) | |
| tree | a181b038dc969482b34690603328dd6b756a42fb /vendor/modules.txt | |
| parent | [chore] reduce number admin process workers (#3354) (diff) | |
| download | gotosocial-53ee6aef0885b4055ef95bf4f20ee78fd381e333.tar.xz | |
[bugfix] s3 media uploaded without content-type (#3353)
* update go-storage dependency, for S3Storage manually call PutObject() so we can set content-type
* update calls to PutFile() to include the contentType
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 8bad9b85b..26cd7850d 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -65,7 +65,7 @@ codeberg.org/gruf/go-runners # codeberg.org/gruf/go-sched v1.2.3 ## explicit; go 1.19 codeberg.org/gruf/go-sched -# codeberg.org/gruf/go-storage v0.1.2 +# codeberg.org/gruf/go-storage v0.2.0 ## explicit; go 1.22 codeberg.org/gruf/go-storage codeberg.org/gruf/go-storage/disk @@ -491,7 +491,7 @@ github.com/miekg/dns # github.com/minio/md5-simd v1.1.2 ## explicit; go 1.14 github.com/minio/md5-simd -# github.com/minio/minio-go/v7 v7.0.76 +# github.com/minio/minio-go/v7 v7.0.77 ## explicit; go 1.21 github.com/minio/minio-go/v7 github.com/minio/minio-go/v7/pkg/cors |
