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-11-22 18:15:21 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-19 15:47:11 +0300
commit3f287da18498c8f98855ba43484b712026685d9c (patch)
treeccc99edd0565272e7e17548437de6ecf2e8cad81 /go.mod
parentd755b33d05f174df4e320379292e45d730213735 (diff)
feat: switch to content negotiation library
Changelog: changed
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 591cf6b1..84785709 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +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/feistel/go-contentencoding v1.0.0
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