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:
authorVladimir Shushlin <vshushlin@gitlab.com>2020-11-20 14:57:37 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-11-20 14:57:37 +0300
commitc9f7db4433fe015d11faf70c78002d08daa351a9 (patch)
tree12e653b8d164ea1a126eaaf189c9609e667b846a /go.mod
parent171b3add113d331041bdbc67f1afd0c6d98afcc5 (diff)
parent481a5bf0c8fbac9c18889341757ee9806d4ebd63 (diff)
Merge branch 'proxyv2' into 'master'
Support for HTTPS over PROXYv2 protocol See merge request gitlab-org/gitlab-pages!278
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 a2cce75f..00864c04 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/namsral/flag v1.7.4-pre
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
+ github.com/pires/go-proxyproto v0.2.0
github.com/prometheus/client_golang v1.6.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.4.2