forked from projectcalico/vpp-dataplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.43 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
module github.com/projectcalico/vpp-dataplane
go 1.12
require (
git.fd.io/govpp.git v0.3.6-0.20210202134006-4c1cccf48cd1
github.com/armon/go-radix v1.0.0 // indirect
github.com/containernetworking/plugins v0.8.2
github.com/coreos/etcd v3.3.17+incompatible // indirect
github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
github.com/gophercloud/gophercloud v0.6.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/osrg/gobgp v2.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/projectcalico/libcalico-go v1.7.2-0.20200616235705-7bb88b19faec
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.5.0 // indirect
github.com/vishvananda/netlink v1.0.1-0.20191217171528-ed8931371a80
github.com/yookoala/realpath v1.0.0
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
k8s.io/api v0.17.9
k8s.io/apimachinery v0.17.9
k8s.io/client-go v0.17.9
)
replace github.com/osrg/gobgp v2.0.0+incompatible => github.com/osrg/gobgp v0.0.0-20191101114856-a42a1a5f6bf0