-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
18 lines (17 loc) · 870 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/skydive-project/skydive-collectd-plugin
require (
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46 // indirect
github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gophercloud/gophercloud v0.4.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/olivere/elastic v6.2.24+incompatible // indirect
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/pmylund/go-cache v2.1.0+incompatible // indirect
github.com/skydive-project/skydive v0.0.0-20191009170754-872a2c0bfd34
github.com/spf13/pflag v1.0.5 // indirect
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
)