diff options
author | Nick Thomas <nick@gitlab.com> | 2021-07-27 09:37:34 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-07-27 09:37:34 +0000 |
commit | f9e7ffda68192d24ff26f0d5ff7fe70e376c32f2 (patch) | |
tree | 987108c203fe5583a82bdc44e6277ab6d11fe7af /go.mod | |
parent | 82a2153dcc093a99445aedd3734fe7ef868e3a4b (diff) | |
parent | 76260c3b48b08879e631a3e410b5db4e473653e0 (diff) | |
download | gitlab-shell-f9e7ffda68192d24ff26f0d5ff7fe70e376c32f2.tar.gz |
Merge branch 'sh-update-go-proxyproto' into 'main'
Update go-proxyproto to v0.6.0
See merge request gitlab-org/gitlab-shell!499
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,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/pires/go-proxyproto v0.6.0 github.com/prometheus/client_golang v1.10.0 github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.7.0 |