summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-02-19 12:12:41 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-19 12:12:41 +0100
commita089a98ea9874f339e635700dfdb00c91f10b4d5 (patch)
treef19a0fd85740756be16fad9a25abfb5d4ebb8f0a /go.mod
parent[feature] Stream files via reader (#404) (diff)
downloadgotosocial-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.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e04f3088c..3c2342406 100644
--- a/go.mod
+++ b/go.mod
@@ -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