-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
44 lines (41 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
module github.com/kayrus/gof5
go 1.21
require (
github.com/IBM/netaddr v1.5.0
github.com/fatih/color v1.10.0
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/hpcloud/tail v1.0.0
github.com/kayrus/tuncfg v0.0.0-20211029100448-15eab7b00382
github.com/manifoldco/promptui v0.8.0
github.com/miekg/dns v1.1.40
github.com/mitchellh/go-homedir v1.1.0
github.com/pion/dtls/v2 v2.2.4
github.com/zaninime/go-hdlc v1.1.1
golang.org/x/net v0.23.0
golang.org/x/sys v0.18.0
gopkg.in/yaml.v2 v2.4.0
kernel.org/pub/linux/libs/security/libcap/cap v1.2.48
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/transport/v2 v2.0.0 // indirect
github.com/pion/udp v0.1.4 // indirect
github.com/sigurn/crc16 v0.0.0-20160107003519-da416fad5162 // indirect
github.com/sigurn/utils v0.0.0-20151230205143-f19e41f79f8f // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.zx2c4.com/wireguard v0.0.0-20211028114750-eb6302c7eb71 // indirect
golang.zx2c4.com/wireguard/windows v0.5.2-0.20211028141252-9fe93eaf9c4a // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.48 // indirect
)