forked from Diniboy1123/usque
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (32 loc) · 1.22 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (32 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/Diniboy1123/usque
go 1.24.1
toolchain go1.24.2
require (
github.com/Diniboy1123/connect-ip-go v0.0.0-20251011145655-7be32d5976d9
github.com/quic-go/quic-go v0.55.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/spf13/cobra v1.10.1
github.com/things-go/go-socks5 v0.1.0
github.com/vishvananda/netlink v1.3.1
github.com/yosida95/uritemplate/v3 v3.0.2
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
)
require (
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
go.uber.org/mock v0.6.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/time v0.14.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20251011013117-af7a19336e55 // indirect
)