aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorPrakhar Awasthi <[email protected]>2024-08-03 22:21:50 +0530
committerGitHub <[email protected]>2024-08-03 19:51:50 +0300
commit840094ac65c2c27dbf0be63478d36969a57ce7e0 (patch)
tree01ea87b6e9735c05d725320ce2c100e01e9b38e6 /go.mod
parent976469ca0dbbbd948dbfd6a4caedb1e7c914ef3d (diff)
downloadcaddy-840094ac65c2c27dbf0be63478d36969a57ce7e0.tar.gz
caddy-840094ac65c2c27dbf0be63478d36969a57ce7e0.zip
proxyprotocol: Update WrapListener to use ConnPolicyFunc for PROXY protocol (#6485)
* proxyprotocol : Update WrapListener to use ConnPolicyFunc for PROXY protocol support * proxyprotocol : Updated dependency pires/go-proxyproto to pseudo latest version
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 f5559a8d9..d2fec7db0 100644
--- a/go.mod
+++ b/go.mod
@@ -123,7 +123,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
- github.com/pires/go-proxyproto v0.7.0
+ github.com/pires/go-proxyproto v0.7.1-0.20240628150027-b718e7ce4964
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect