We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eab677 commit 7af44a5Copy full SHA for 7af44a5
go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/jellydator/ttlcache/v3 v3.4.0
13
github.com/libp2p/go-reuseport v0.4.0
14
github.com/ncruces/go-dns v1.2.7
15
+ github.com/pires/go-proxyproto v0.8.1
16
github.com/redis/go-redis/v9 v9.16.0
17
github.com/refraction-networking/utls v1.8.1
18
github.com/tg123/go-htpasswd v1.2.4
@@ -34,7 +35,6 @@ require (
34
35
github.com/hashicorp/errwrap v1.1.0 // indirect
36
github.com/klauspost/compress v1.18.1 // indirect
37
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
- github.com/pires/go-proxyproto v0.8.1
38
golang.org/x/sys v0.38.0 // indirect
39
golang.org/x/term v0.36.0 // indirect
40
golang.org/x/text v0.30.0 // indirect
0 commit comments