Skip to content

Commit 5941a09

Browse files
committed
go mod tidy
1 parent 660d433 commit 5941a09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/hashicorp/go-multierror v1.1.1
1212
github.com/jellydator/ttlcache/v3 v3.4.0
1313
github.com/libp2p/go-reuseport v0.4.0
14+
github.com/ncruces/go-dns v1.2.7
1415
github.com/redis/go-redis/v9 v9.13.0
1516
github.com/refraction-networking/utls v1.8.0
1617
github.com/tg123/go-htpasswd v1.2.4
@@ -22,8 +23,6 @@ require (
2223
golang.org/x/time v0.12.0
2324
)
2425

25-
require github.com/ncruces/go-dns v1.2.7 // indirect
26-
2726
require (
2827
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
2928
github.com/andybalholm/brotli v1.2.0 // indirect

0 commit comments

Comments
 (0)