hs-test: configure VPP from test context
[vpp.git] / extras / hs-test / go.mod
1 module fd.io/hs-test
2
3 go 1.18
4
5 require (
6         git.fd.io/govpp.git v0.4.0
7         github.com/edwarnicke/exechelper v1.0.2
8         github.com/edwarnicke/govpp v0.0.0-20220311182453-f32f292e0e91
9         github.com/edwarnicke/vpphelper v0.0.0-20210617172001-3e6797de32c3
10         github.com/stretchr/testify v1.7.0
11         go.fd.io/govpp v0.7.0
12         gopkg.in/yaml.v3 v3.0.1
13 )
14
15 require (
16         github.com/davecgh/go-spew v1.1.1 // indirect
17         github.com/edwarnicke/log v1.0.0 // indirect
18         github.com/fsnotify/fsnotify v1.4.9 // indirect
19         github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
20         github.com/kr/text v0.2.0 // indirect
21         github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
22         github.com/pkg/errors v0.9.1 // indirect
23         github.com/pmezard/go-difflib v1.0.0 // indirect
24         github.com/sirupsen/logrus v1.8.1 // indirect
25         golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
26         gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
27         gopkg.in/fsnotify.v1 v1.4.7 // indirect
28 )