Skip to content

Commit 27dec2d

Browse files
sleshepginuerzh
authored andcommitted
update: ugprade quic-go==v0.24.0
1 parent 8f08304 commit 27dec2d

File tree

3 files changed

+256
-42
lines changed

3 files changed

+256
-42
lines changed

go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ require (
88
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
99
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
1010
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
11-
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
12-
github.com/cheekybits/genny v1.0.0 // indirect
1311
github.com/coreos/go-iptables v0.5.0 // indirect
1412
github.com/docker/libcontainer v2.2.1+incompatible
1513
github.com/ginuerzh/gosocks4 v0.0.1
@@ -20,12 +18,9 @@ require (
2018
github.com/gobwas/glob v0.2.3
2119
github.com/google/gopacket v1.1.19 // indirect
2220
github.com/gorilla/websocket v1.4.2
23-
github.com/hashicorp/golang-lru v0.5.4 // indirect
2421
github.com/klauspost/compress v1.11.12
2522
github.com/klauspost/reedsolomon v1.9.12 // indirect
26-
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
27-
github.com/lucas-clemente/quic-go v0.10.0
28-
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
23+
github.com/lucas-clemente/quic-go v0.24.0
2924
github.com/miekg/dns v1.1.41
3025
github.com/milosgajdos/tenus v0.0.3
3126
github.com/pkg/errors v0.9.1 // indirect
@@ -37,9 +32,9 @@ require (
3732
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
3833
github.com/tjfoc/gmsm v1.4.0 // indirect
3934
github.com/xtaci/kcp-go v5.4.20+incompatible
35+
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
4036
github.com/xtaci/smux v1.5.15
4137
github.com/xtaci/tcpraw v1.2.25
4238
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
43-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
44-
golang.org/x/text v0.3.5 // indirect
39+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
4540
)

0 commit comments

Comments
 (0)