-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
73 lines (71 loc) · 3.35 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
module github.com/tcfw/vpc
go 1.13
require (
aqwari.net/xml v0.0.0-20200619145941-6c62842e69c1
github.com/DataDog/zstd v1.4.5 // indirect
github.com/apparentlymart/go-cidr v1.0.1
github.com/cilium/ebpf v0.0.0-20200617135954-7acf5cc039f4
github.com/coreos/go-iptables v0.4.5
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgraph-io/badger/v2 v2.0.3
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/diskfs/go-diskfs v1.1.1
github.com/eapache/queue v1.1.0 // indirect
github.com/esiqveland/gogfapi v0.0.0-20200421115158-22e95f628744
github.com/golang/mock v1.4.3 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/gopacket v1.1.17
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/raft v1.1.2
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714 // indirect
github.com/insomniacslk/dhcp v0.0.0-20200621044212-d74cd86ad5b8
github.com/juliengk/go-netfilter v0.0.0-20190717112259-89f054e40987
github.com/k-sone/critbitgo v1.4.0 // indirect
github.com/kpango/fastime v1.0.16
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.7.0
github.com/lorenzosaino/go-sysctl v0.1.1
github.com/lucas-clemente/quic-go v0.17.3
github.com/marten-seemann/qtls v0.10.0 // indirect
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/osrg/gobgp v0.0.0-20200602125502-33e3bb6b2756
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/assertions v1.1.1 // indirect
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
github.com/spf13/afero v1.3.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/src-d/envconfig v1.0.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/u-root/u-root v6.0.0+incompatible // indirect
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect
google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.2
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
libvirt.org/libvirt-go v6.4.0+incompatible
)