aboutsummaryrefslogtreecommitdiffstats
path: root/extras/go.mod
blob: 482a42934fb8edfc4c2460aeff383eee6e2f7205 (plain)
1
2
3
4
5
6
7
8
module git.fd.io/govpp.git/extras

go 1.12

require (
	github.com/google/gopacket v1.1.17
	github.com/sirupsen/logrus v1.4.2
)