-
Notifications
You must be signed in to change notification settings - Fork 341
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (42 loc) · 1.58 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (42 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
module github.com/yggdrasil-network/yggdrasil-go
go 1.25.0
require (
github.com/Arceliar/ironwood v0.0.0-20260613025018-d50055b11f5e
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
github.com/cheggaaa/pb/v3 v3.1.7
github.com/coder/websocket v1.8.15
github.com/gologme/log v1.3.0
github.com/hashicorp/go-syslog v1.0.0
github.com/hjson/hjson-go/v4 v4.6.0
github.com/kardianos/minwinsvc v1.0.2
github.com/quic-go/quic-go v0.60.0
github.com/vishvananda/netlink v1.3.1
github.com/wlynxg/anet v0.0.5
golang.org/x/crypto v0.53.0
golang.org/x/net v0.56.0
golang.org/x/sys v0.46.0
golang.org/x/text v0.38.0
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
golang.zx2c4.com/wireguard v0.0.0-20260522210424-ecfc5a8d5446
golang.zx2c4.com/wireguard/windows v1.0.1
)
require (
github.com/bits-and-blooms/bitset v1.24.5 // indirect
github.com/bits-and-blooms/bloom/v3 v3.7.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/displaywidth v0.10.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.2.0 // indirect
github.com/olekukonko/ll v0.1.6 // indirect
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.20 // indirect
github.com/olekukonko/tablewriter v1.1.3
github.com/vishvananda/netns v0.0.5 // indirect
suah.dev/protect v1.2.4
)