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:
authorvtak <vtak@gitlab.com>2022-03-14 11:42:41 +0300
committervtak <vtak@gitlab.com>2022-03-14 11:42:41 +0300
commite3bc8174e9eb11537d47c26bd6f6f7ff2e8cc57c (patch)
treeb5dafe344227b937944889675188e6b69d7f9aea /go.mod
parentfa999c136de21d230f1f7b2f92ce281825ceacb3 (diff)
update go-proxyproto and fix tests
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 84785709..1e5fd598 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/karlseguin/ccache/v2 v2.0.6
github.com/namsral/flag v1.7.4-pre
github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pires/go-proxyproto v0.2.0
+ github.com/pires/go-proxyproto v0.6.2
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1