-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (26 loc) · 1.26 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
module github.com/pwpon500/caplance
require (
github.com/AkihiroSuda/go-netfilter-queue v0.0.0-20180724014230-5b02f804b4f2
github.com/chifflier/nfqueue-go v0.0.0-20170228160439-61ca646babef
github.com/coreos/go-iptables v0.4.1
github.com/dchest/siphash v1.2.1 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/google/gopacket v1.1.17
github.com/keegancsmith/rpc v1.1.0 // indirect
github.com/kkdai/maglev v0.0.0-20190512112251-2d79cc08016e
github.com/kr/pty v1.1.4 // indirect
github.com/mdlayher/raw v0.0.0-20190419142535-64193704e472 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stamblerre/gocode v0.0.0-20190327203809-810592086997 // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190530215528-75312fb06703 // indirect
honnef.co/go/tools v0.0.0-20190530170028-a1efa522b896 // indirect
)