diff options
| author | 2024-03-25 10:31:19 +0000 | |
|---|---|---|
| committer | 2024-03-25 10:31:19 +0000 | |
| commit | 40ee47053684a87c717b941951df44d5a0ea9129 (patch) | |
| tree | 84edccfe00216c10231838ea1f453542bb566e52 /go.mod | |
| parent | [chore] Move local account settings to separate db table (#2770) (diff) | |
| download | gotosocial-40ee47053684a87c717b941951df44d5a0ea9129.tar.xz | |
[chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 (#2781)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ require ( github.com/coreos/go-oidc/v3 v3.9.0 github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.7.0 - github.com/gin-contrib/gzip v0.0.6 + github.com/gin-contrib/gzip v1.0.0 github.com/gin-contrib/sessions v0.0.5 github.com/gin-gonic/gin v1.9.1 github.com/go-playground/form/v4 v4.2.1 @@ -91,7 +91,7 @@ require ( github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/beorn7/perks v1.0.1 // indirect - github.com/bytedance/sonic v1.11.2 // indirect + github.com/bytedance/sonic v1.11.3 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect @@ -173,7 +173,7 @@ require ( github.com/ncruces/go-strftime v0.1.9 // indirect github.com/opencontainers/runtime-spec v1.0.2 // indirect github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect - github.com/pelletier/go-toml/v2 v2.1.1 // indirect + github.com/pelletier/go-toml/v2 v2.2.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_model v0.6.0 // indirect |
