test: Fix test dependancy
[govpp.git] / go.mod
1 module git.fd.io/govpp.git
2
3 go 1.13
4
5 require (
6         github.com/bennyscetbun/jsongo v1.1.0
7         github.com/fsnotify/fsnotify v1.4.9
8         github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
9         github.com/kr/pretty v0.1.0 // indirect
10         github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
11         github.com/onsi/gomega v1.19.0
12         github.com/pkg/profile v1.2.1
13         github.com/sirupsen/logrus v1.6.0
14         golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
15         gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
16 )