-
-
Notifications
You must be signed in to change notification settings - Fork 285
/
go.mod
48 lines (44 loc) · 1.79 KB
/
go.mod
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
47
48
module github.com/nicocha30/ligolo-ng
go 1.20
require (
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/desertbit/grumble v1.1.3
github.com/go-ping/ping v1.1.0
github.com/hashicorp/yamux v0.1.0
github.com/jedib0t/go-pretty/v6 v6.3.5
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.24.0
golang.org/x/net v0.26.0
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478
)
require (
github.com/google/uuid v1.3.0
github.com/nicocha30/gvisor-ligolo v0.0.0-20230726075806-989fa2c0a413
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/sys v0.21.0
nhooyr.io/websocket v1.8.11
)
require (
github.com/desertbit/closer/v3 v3.1.3 // indirect
github.com/desertbit/columnize v2.1.0+incompatible // indirect
github.com/desertbit/go-shlex v0.1.1 // indirect
github.com/desertbit/readline v1.5.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
)