diff options
author | Nick Thomas <nick@gitlab.com> | 2021-04-09 12:09:29 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-04-09 12:22:40 +0100 |
commit | 47fa4d7dad0e62f38aa2e7e119359872c215eae8 (patch) | |
tree | 5c57eb0322b7f063059027ce4bcec135aca1ea92 /go.mod | |
parent | 88f94337bb87c0cc51f6badf7a4ff1826f25efaa (diff) | |
download | gitlab-shell-491-support-proxy-protocol.tar.gz |
gitlab-sshd: Support the PROXY protocol491-support-proxy-protocol
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |