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
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-22 18:14:46 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-19 15:46:41 +0300
commitd755b33d05f174df4e320379292e45d730213735 (patch)
treef6dae314ffc0c4085ef2c5a160bf520339054c0c
parenta9a97b6100686b55001a26be759b0fb759cd2278 (diff)
build: add go-contentencoding lib
-rw-r--r--go.mod1
-rw-r--r--go.sum2
2 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 64b0b933..591cf6b1 100644
--- a/go.mod
+++ b/go.mod
@@ -24,6 +24,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tj/assert v0.0.3 // indirect
github.com/tj/go-redirects v0.0.0-20180508180010-5c02ead0bbc5
+ gitlab.com/feistel/go-contentencoding v0.0.0-20211129152627-d8d6a3107e17
gitlab.com/gitlab-org/go-mimedb v1.45.0
gitlab.com/gitlab-org/golang-archive-zip v0.1.1
gitlab.com/gitlab-org/labkit v1.12.0
diff --git a/go.sum b/go.sum
index 16ceecda..c7d4eed6 100644
--- a/go.sum
+++ b/go.sum
@@ -441,6 +441,8 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
+gitlab.com/feistel/go-contentencoding v0.0.0-20211129152627-d8d6a3107e17 h1:Lo8iYCdU0bkeUoFg9r3fIN08dj1gWGb+wTymcENkuR4=
+gitlab.com/feistel/go-contentencoding v0.0.0-20211129152627-d8d6a3107e17/go.mod h1:xNYBUFP6IqNB5RX5NGm5IX+is7VvM3nBu2jBLADUOE4=
gitlab.com/gitlab-org/go-mimedb v1.45.0 h1:PO8dx6HEWzPYU6MQTYnCbpQEJzhJLW/Bh43+2VUHTgc=
gitlab.com/gitlab-org/go-mimedb v1.45.0/go.mod h1:wa9y/zOSFKmTXLyBs4clz2FNVhZQmmEQM9TxslPAjZ0=
gitlab.com/gitlab-org/golang-archive-zip v0.1.1 h1:35k9giivbxwF03+8A05Cm8YoxoakU8FBCj5gysjCTCE=