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-08-17 22:49:15 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-20 04:39:10 +0300
commit118b921983e1f9309eca42e50375e993dcd4e98c (patch)
tree266a1ef4f7a180f0169cde0111ab88728bc7bb02 /go.mod
parent0fbbef787e233bab86654c81f18df2cda7645035 (diff)
build: remove brotli dependency
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c55b95dc..dc2acffa 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.15
require (
- github.com/andybalholm/brotli v1.0.3
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/mock v1.3.1
github.com/golangci/golangci-lint v1.27.0