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:
authorAlessio Caiazza <acaiazza@gitlab.com>2020-02-03 18:58:19 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2020-02-03 18:58:19 +0300
commit711b882cdd7790281e431de1d77784ba53063a99 (patch)
tree3b8cd1c6a7f6b888247d913dccd3ba593f22ecdf /go.mod
parent57a8b1184da1d53184aad5d4f0bedea51d330b1a (diff)
parentf6bb22c68b2dfb5b5162335b6ffda813b79e8426 (diff)
Merge branch '219-use-proxy-headers-https' into 'master'
Set the r.URL.Scheme via middleware and log mismatches with the https flag in the context See merge request gitlab-org/gitlab-pages!225
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9d49da99..908342ef 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/getsentry/raven-go v0.1.2 // indirect
github.com/golang/mock v1.3.1
github.com/gorilla/context v1.1.1
+ github.com/gorilla/handlers v1.4.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0