summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCorin Langosch <info@corinlangosch.com>2023-03-31 23:44:53 +0200
committerGitHub <noreply@github.com>2023-03-31 17:44:53 -0400
commitb6fe5d4b41d07e70a502ed58d40e8b0e75067db5 (patch)
tree5be3fd6968105029b9c28c7e9c4c8d3a806dcbf4 /go.mod
parent66e571e687eeddca0aafd5df0e3ab5f7cecbdcfa (diff)
proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listener wrapper (#5424)
Co-authored-by: WeidiDeng <weidi_deng@icloud.com> Co-authored-by: Francis Lavoie <lavofr@gmail.com>
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 361cc13..ea8a045 100644
--- a/go.mod
+++ b/go.mod
@@ -14,6 +14,7 @@ require (
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.16.0
github.com/klauspost/cpuid/v2 v2.2.4
+ github.com/mastercactapus/proxyprotocol v0.0.4
github.com/mholt/acmez v1.1.0
github.com/prometheus/client_golang v1.14.0
github.com/quic-go/quic-go v0.33.0