forked from kayrus/gof5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 789 Bytes
/
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
module github.com/kayrus/gof5
require (
github.com/IBM/netaddr v1.4.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-20210314181855-c4c275404a9a
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.0.8
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/zaninime/go-hdlc v1.1.1
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0
kernel.org/pub/linux/libs/security/libcap/cap v1.2.48
)
go 1.16