summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-04-09 12:09:29 +0100
committerNick Thomas <nick@gitlab.com>2021-04-12 18:09:22 +0100
commitdb4a3558ed7d484c2a45e6f5857e0a1bc36d3810 (patch)
tree95fa0ff77fd0c3e5912be204131f962981a2eba5 /go.mod
parentdddd5c2ec16f17ecb8420d84d9a76c75a6c7fd47 (diff)
downloadgitlab-shell-db4a3558ed7d484c2a45e6f5857e0a1bc36d3810.tar.gz
gitlab-sshd: Support the PROXY protocol
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 6016ae4..2eeb0ad 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/mattn/go-shellwords v1.0.11
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/otiai10/copy v1.4.2
+ github.com/pires/go-proxyproto v0.5.0
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1