forked from travelping/upg-vpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (27 loc) · 1.22 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
module github.com/travelping/upg-vpp/test/e2e
go 1.13
// TODO: https://github.com/go-ping/ping/pull/116
replace github.com/go-ping/ping => github.com/ivan4th/ping v0.0.0-20201105224649-bfa92e2c3093
replace github.com/vmware/go-ipfix => github.com/ivan4th/go-ipfix v0.2.1-0.20220221212718-b192e67cc721
replace git.fd.io/govpp.git => github.com/ivan4th/govpp v0.4.1-0.20220216073644-c8c0b63ea640
require (
git.fd.io/govpp.git v0.3.6-0.20210624052302-91800ed117b7
github.com/containernetworking/plugins v0.8.7
github.com/go-ping/ping v0.0.0-20201022122018-3977ed72668a
github.com/google/gopacket v1.1.18
github.com/mitchellh/go-ps v1.0.0
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.0.0-20200804214954-8f958a28363a
github.com/shirou/gopsutil/v3 v3.20.12
github.com/sirupsen/logrus v1.6.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
github.com/vmware/go-ipfix v0.5.11
github.com/wmnsk/go-gtp v0.7.13
github.com/wmnsk/go-pfcp v0.0.15
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)