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>2021-06-11 01:39:19 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-06-11 01:39:19 +0300
commitc8fa04fdfcd791bf91753377695ab6c255dfe733 (patch)
treeddbf28147f9bdd70277d021c12afc77234e32902 /go.mod
parentef0cd5f478abce93e30db7e7858ef8a19ecaec80 (diff)
Bump brotli to 1.0.3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 387dde57..be922247 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.14
require (
- github.com/andybalholm/brotli v1.0.1
+ github.com/andybalholm/brotli v1.0.3
github.com/cenkalti/backoff/v4 v4.0.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/mock v1.3.1