forked from contiv/ofnet
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
44 lines (42 loc) · 2.51 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/contiv/ofnet
go 1.13
require (
github.com/BurntSushi/toml v0.1.1-0.20150501104042-056c9bc7be71 // indirect
github.com/Sirupsen/logrus v0.8.8-0.20160119000032-f7f79f729e0f
github.com/armon/go-radix v0.0.0-20150602225704-fbd82e84e2b1 // indirect
github.com/cenkalti/hub v1.0.1-0.20140529221144-7be60e186e66 // indirect
github.com/cenkalti/rpc2 v0.0.0-20140912135055-44d0d95e4f52 // indirect
github.com/contiv/libOpenflow v0.0.0-20200107061746-e3817550c83b
github.com/contiv/libovsdb v0.0.0-20170227191248-d0061a53e358
github.com/eapache/channels v1.1.0 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.3.1 // indirect
github.com/google/gopacket v1.1.11-0.20150903151740-7abd91e1d374
github.com/hashicorp/hcl v0.0.0-20160119202737-578dd9746824 // indirect
github.com/influxdata/influxdb v1.0.0-beta3.0.20160809145819-3c124036f0ae // indirect
github.com/jainvipin/bitset v1.0.1-0.20150123060543-1f0c6de81a62
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/magiconair/properties v1.6.1-0.20151221213149-c81f9d71af8f // indirect
github.com/mitchellh/mapstructure v0.0.0-20150717051158-281073eb9eb0 // indirect
github.com/osrg/gobgp v0.0.0-20160901022930-c58019018fe0
github.com/pkg/errors v0.7.1-0.20160808055540-a22138067af1 // indirect
github.com/pkg/sftp v0.0.0-20160721231453-a71e8f580e3b // indirect
github.com/satori/go.uuid v0.0.0-20151028231719-d41af8bb6a77 // indirect
github.com/spf13/afero v0.0.0-20160718214748-cc9c21814bb9 // indirect
github.com/spf13/cast v0.0.0-20160730092037-e31f36ffc91a // indirect
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80 // indirect
github.com/spf13/pflag v0.0.0-20160804141350-f676131e2660
github.com/spf13/viper v0.0.0-20160806160649-346299ea79e4 // indirect
github.com/streamrail/concurrent-map v0.0.0-20160803124810-238fe79560e1
github.com/stretchr/testify v1.4.0
github.com/vishvananda/netlink v0.0.0-20170220200719-fe3b5664d23a
github.com/vishvananda/netns v0.0.0-20170219233438-54f0e4339ce7 // indirect
golang.org/x/crypto v0.0.0-20150627220305-cc04154d65fb // indirect
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20150925170307-342d6a85aa15 // indirect
google.golang.org/grpc v1.0.1-0.20160810184455-edc5ccf8cbfd
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/tomb.v2 v2.0.0-20140626144623-14b3d72120e8 // indirect
)