Skip to content

Commit 7af44a5

Browse files
committed
tidy mod order
1 parent 8eab677 commit 7af44a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/jellydator/ttlcache/v3 v3.4.0
1313
github.com/libp2p/go-reuseport v0.4.0
1414
github.com/ncruces/go-dns v1.2.7
15+
github.com/pires/go-proxyproto v0.8.1
1516
github.com/redis/go-redis/v9 v9.16.0
1617
github.com/refraction-networking/utls v1.8.1
1718
github.com/tg123/go-htpasswd v1.2.4
@@ -34,7 +35,6 @@ require (
3435
github.com/hashicorp/errwrap v1.1.0 // indirect
3536
github.com/klauspost/compress v1.18.1 // indirect
3637
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
37-
github.com/pires/go-proxyproto v0.8.1
3838
golang.org/x/sys v0.38.0 // indirect
3939
golang.org/x/term v0.36.0 // indirect
4040
golang.org/x/text v0.30.0 // indirect

0 commit comments

Comments
 (0)