diff options
author | Prakhar Awasthi <[email protected]> | 2024-08-03 22:21:50 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-03 19:51:50 +0300 |
commit | 840094ac65c2c27dbf0be63478d36969a57ce7e0 (patch) | |
tree | 01ea87b6e9735c05d725320ce2c100e01e9b38e6 /go.mod | |
parent | 976469ca0dbbbd948dbfd6a4caedb1e7c914ef3d (diff) | |
download | caddy-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |