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-16 04:16:51 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-11-16 04:16:51 +0300
commit85621f69f855e43afe983e2ca107e921aa14c8c8 (patch)
tree670f67b327fb18afd399ed9f1231fdf6bc1f114b /go.mod
parentd7562ebf963c4c5f2069899776231ed882e5ed75 (diff)
feat: handle extra headers when serving from compressed zip archive
Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/466 Changelog: added
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0ff516ed..cd1776cb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,9 @@
module gitlab.com/gitlab-org/gitlab-pages
+// before bumping this:
+// - update the minimum version used in ci
+// - make sure the internal/vfs/serving package is synced
+// with upstream
go 1.16
require (