Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2020-10-13 13:52:50 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-10-13 13:52:50 +0300
commit77b42fad727a8d8166d8d9a3aa6951f530a664ea (patch)
treef6b7ca7cea056fabc00fa163decd685dbca3e172 /go.mod
parent5f461b42e39419795b2669278398a9a7c6ed2cd9 (diff)
Ensure the content encoding is correct before reading the body
Avoid strange EOF error when the encoding is wrong
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 b6a3e4c3..d9035bee 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.13
require (
+ github.com/andybalholm/brotli v1.0.1
github.com/cenkalti/backoff/v4 v4.0.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835