diff options
| author | 2022-02-19 12:12:41 +0100 | |
|---|---|---|
| committer | 2022-02-19 12:12:41 +0100 | |
| commit | a089a98ea9874f339e635700dfdb00c91f10b4d5 (patch) | |
| tree | f19a0fd85740756be16fad9a25abfb5d4ebb8f0a /go.mod | |
| parent | [feature] Stream files via reader (#404) (diff) | |
| download | gotosocial-a089a98ea9874f339e635700dfdb00c91f10b4d5.tar.xz | |
[feature] Gin enable gzip encoding (#405)
* add gin gzip dependency
* add gzip middleware to router
* go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( github.com/buckket/go-blurhash v1.1.0 github.com/coreos/go-oidc/v3 v3.1.0 github.com/gin-contrib/cors v1.3.1 + github.com/gin-contrib/gzip v0.0.5 github.com/gin-contrib/sessions v0.0.4 github.com/gin-gonic/gin v1.7.7 github.com/go-fed/httpsig v1.1.0 |
