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 660d433 commit 5941a09Copy full SHA for 5941a09
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/hashicorp/go-multierror v1.1.1
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/redis/go-redis/v9 v9.13.0
16
github.com/refraction-networking/utls v1.8.0
17
github.com/tg123/go-htpasswd v1.2.4
@@ -22,8 +23,6 @@ require (
22
23
golang.org/x/time v0.12.0
24
)
25
-require github.com/ncruces/go-dns v1.2.7 // indirect
26
-
27
require (
28
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
29
github.com/andybalholm/brotli v1.2.0 // indirect
0 commit comments