forked from skydive-project/skydive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
154 lines (151 loc) · 9.52 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
module github.com/skydive-project/skydive
require (
git.fd.io/govpp.git v0.0.0-20190321220742-345201eedce4
github.com/99designs/gqlgen v0.17.1
github.com/VerizonDigital/vflow v0.0.0-20190111005900-eb30d936249e
github.com/abbot/go-http-auth v0.4.0
github.com/avast/retry-go v3.0.0+incompatible
github.com/bennyscetbun/jsongo v0.0.0-20190110163710-9624bef8c57b // indirect
github.com/casbin/casbin v1.9.1
github.com/cenk/rpc2 v0.0.0-20160427170138-7ab76d2e88c7 // indirect
github.com/cnf/structhash v0.0.0-20201013183111-a92e111048cd
github.com/coreos/etcd v3.3.22+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793
github.com/docker/docker v1.13.1
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gima/govalid v0.0.0-20150214172340-7b486932bea2
github.com/github-release/github-release v0.9.0
github.com/go-swagger/go-swagger v0.20.1
github.com/go-test/deep v1.0.7
github.com/gobwas/httphead v0.0.0-20171016043908-01c9b01b368a // indirect
github.com/gobwas/pool v0.0.0-20170829094749-32dbaa12caca // indirect
github.com/gobwas/ws v0.0.0-20171112092802-915eed324002 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.2
github.com/golangci/golangci-lint v1.18.0
github.com/gomatic/renderizer v1.0.1
github.com/google/gopacket v1.1.17
github.com/gophercloud/gophercloud v0.13.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282 // indirect
github.com/hashicorp/golang-lru v0.5.3
github.com/hydrogen18/stoppableListener v0.0.0-20151210151943-dadc9ccc400c
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/intel-go/nff-go v0.0.0-20190620122648-8ab691c21da9
github.com/iovisor/gobpf v0.0.0-20200329161226-8b2cce9dac28 // indirect
github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/jteeuwen/go-bindata v0.0.0-20180305030458-6025e8de665b
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/kardianos/osext v0.0.0-20160811001526-c2c54e542fb7
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kevinburke/rest v0.0.0-20200429221318-0d2892b400f8 // indirect
github.com/libvirt/libvirt-go v0.0.0-20181005092746-9c5bdce3c18f
github.com/lunixbochs/struc v0.0.0-20180408203800-02e4c2afbb2a
github.com/lxc/lxd v0.0.0-20200330183600-518f06676866
github.com/mailru/easyjson v0.7.6
github.com/mattn/goveralls v0.0.2
github.com/mitchellh/mapstructure v1.3.3
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/networkservicemesh/networkservicemesh/controlplane/api v0.2.0
github.com/networkservicemesh/networkservicemesh/k8s v0.0.0-20191017074247-aa5815869b2c
github.com/newtools/ebpf v0.0.0-20190820102627-8b7eaed02eb9
github.com/nimbess/nimbess-agent v0.0.0-20190919205041-4e6f317ac4fd
github.com/nlewo/contrail-introspect-cli v0.0.0-20181003135217-0407b60f2edd
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/olivere/elastic/v7 v7.0.21
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/ovn-org/libovsdb v0.4.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pierrec/xxHash v0.1.5
github.com/pkg/errors v0.9.1
github.com/pmylund/go-cache v2.1.0+incompatible
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
github.com/safchain/insanelock v0.0.0-20200217234559-cfbf166e05b3
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/skydive-project/dede v0.0.0-20200217172954-b1b74a5bb856
github.com/skydive-project/go-debouncer v1.0.0
github.com/skydive-project/goloxi v0.0.0-20190117172159-db2324197a3e
github.com/skydive-project/skydive/graffiti v0.0.0-20211014130337-85217cc80571
github.com/socketplane/libovsdb v0.0.0-20160607151822-5113f8fb4d9d
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
github.com/tebeka/go2xunit v1.4.10
github.com/tebeka/selenium v0.0.0-20170314201507-657e45ec600f
github.com/tinylib/msgp v1.1.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/vektah/gqlparser/v2 v2.4.0
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
github.com/weaveworks/tcptracer-bpf v0.0.0-20170817155301-e080bd747dc6
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/tools v0.1.9
google.golang.org/grpc v1.23.1
gopkg.in/fsnotify/fsnotify.v1 v1.0.0-20180110053347-c2828203cd70
gopkg.in/macaroon-bakery.v2 v2.2.0 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 // indirect
gopkg.in/urfave/cli.v2 v2.0.0-20170928224240-b2bf3c5abeb9 // indirect
gopkg.in/validator.v2 v2.0.0-20160201165114-3e4f037f12a1
gopkg.in/yaml.v2 v2.3.0
istio.io/api v0.0.0-20191029012234-9fe6a7da3673
istio.io/client-go v0.0.0-20191024204624-13a7366c1cab
k8s.io/api v0.0.0
k8s.io/apimachinery v0.18.2
k8s.io/client-go v11.0.0+incompatible
)
replace (
github.com/census-instrumentation/opencensus-proto v0.1.0-0.20181214143942-ba49f56771b8 => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.5
github.com/digitalocean/go-libvirt => github.com/lebauce/go-libvirt v0.0.0-20190717144624-7799d804f7e4
github.com/mholt/caddy => github.com/caddyserver/caddy v0.11.5
github.com/networkservicemesh/networkservicemesh => github.com/networkservicemesh/networkservicemesh v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/controlplane => github.com/networkservicemesh/networkservicemesh/controlplane v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/controlplane/api => github.com/networkservicemesh/networkservicemesh/controlplane/api v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/dataplane => github.com/networkservicemesh/networkservicemesh/dataplane v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/dataplane/api => github.com/networkservicemesh/networkservicemesh/dataplane/api v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/k8s => github.com/networkservicemesh/networkservicemesh/k8s v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/k8s/api => github.com/networkservicemesh/networkservicemesh/k8s/api v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/pkg => github.com/networkservicemesh/networkservicemesh/pkg v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/sdk => github.com/networkservicemesh/networkservicemesh/sdk v0.0.0-20191017074247-aa5815869b2c
github.com/networkservicemesh/networkservicemesh/utils => github.com/networkservicemesh/networkservicemesh/utils v0.0.0-20191017074247-aa5815869b2c
github.com/newtools/ebpf => github.com/nplanel/ebpf v0.0.0-20190918123742-99947faabce5
github.com/prometheus/client_golang => github.com/prometheus/client_golang v0.9.3
github.com/skydive-project/skydive/graffiti => ./graffiti
github.com/spf13/viper v1.7.0 => github.com/lebauce/viper v0.0.0-20190903114911-3b7a98e30843
github.com/vishvananda/netlink v1.0.0 => github.com/lebauce/netlink v0.0.0-20200826081334-244950452e97
golang.org/x/tools => golang.org/x/tools v0.0.0-20190925230517-ea99b82c7b93
k8s.io/api => k8s.io/api v0.0.0-20191016110408-35e52d86657a
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191016112112-5190913f932d
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191016114015-74ad18325ed5
k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/cloud-provider => k8s.io/cloud-provider v0.0.0-20191016115326-20453efc2458
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.0.0-20191016115129-c07a134afb42
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191004115455-8e001e5d1894
k8s.io/component-base => k8s.io/component-base v0.0.0-20191016111319-039242c015a9
k8s.io/cri-api => k8s.io/cri-api v0.0.0-20190828162817-608eb1dad4ac
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.0.0-20191016115521-756ffa5af0bd
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20191016112429-9587704a8ad4
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.0.0-20191016114939-2b2b218dc1df
k8s.io/kube-proxy => k8s.io/kube-proxy v0.0.0-20191016114407-2e83b6f20229
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.0.0-20191016114748-65049c67a58b
k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191016120415-2ed914427d51
k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.0.0-20191016115753-cf0698c3a16b
k8s.io/metrics => k8s.io/metrics v0.0.0-20191016113814-3b1a734dba6e
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.0.0-20191016112829-06bb3c9d77c9
)
go 1.14