diff options
| author | 2023-03-30 22:39:55 +0100 | |
|---|---|---|
| committer | 2023-03-30 22:39:55 +0100 | |
| commit | a5c920a50b3fe92fa7fa091347cfae729cd681c4 (patch) | |
| tree | 850fdb1456e2c97c7bd81ed1b19731b836851f25 /go.mod | |
| parent | [frontend] Settings navigation design (#1652) (diff) | |
| download | gotosocial-a5c920a50b3fe92fa7fa091347cfae729cd681c4.tar.xz | |
bump go-store version (includes minio) (#1657)
Signed-off-by: kim <grufwub@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,7 +14,7 @@ require ( codeberg.org/gruf/go-mutexes v1.1.5 codeberg.org/gruf/go-runners v1.6.1 codeberg.org/gruf/go-sched v1.2.3 - codeberg.org/gruf/go-store/v2 v2.2.1 + codeberg.org/gruf/go-store/v2 v2.2.2 github.com/KimMachineGun/automemlimit v0.2.4 github.com/abema/go-mp4 v0.10.1 github.com/buckket/go-blurhash v1.1.0 @@ -36,7 +36,7 @@ require ( github.com/jackc/pgx/v4 v4.18.1 github.com/microcosm-cc/bluemonday v1.0.23 github.com/miekg/dns v1.1.52 - github.com/minio/minio-go/v7 v7.0.49 + github.com/minio/minio-go/v7 v7.0.50 github.com/mitchellh/mapstructure v1.5.0 github.com/oklog/ulid v1.3.1 github.com/spf13/cobra v1.6.1 @@ -119,8 +119,8 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/klauspost/compress v1.15.15 // indirect - github.com/klauspost/cpuid/v2 v2.2.3 // indirect + github.com/klauspost/compress v1.16.3 // indirect + github.com/klauspost/cpuid/v2 v2.2.4 // indirect github.com/leodido/go-urn v1.2.2 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mattn/go-isatty v0.0.17 // indirect |
