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
32 lines (29 loc) · 1.14 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.14 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
module github.com/Diniboy1123/usque
go 1.25.5
require (
github.com/Diniboy1123/connect-ip-go v0.0.0-20260409225322-8d7bb0a858a2
github.com/quic-go/quic-go v0.59.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/spf13/cobra v1.10.2
github.com/things-go/go-socks5 v0.1.1
github.com/vishvananda/netlink v1.3.1
github.com/yosida95/uritemplate/v3 v3.0.2
golang.org/x/net v0.52.0
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.6.0 // 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.49.0 // indirect
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20260408064518-65a410b0d584 // indirect
)