Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 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 |
Maros Ondrejicka | f719adf | 2022-12-20 15:10:50 +0100 | [diff] [blame] | 11 | gopkg.in/yaml.v3 v3.0.1 |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 12 | ) |
| 13 | |
| 14 | require ( |
| 15 | github.com/davecgh/go-spew v1.1.1 // indirect |
| 16 | github.com/edwarnicke/log v1.0.0 // indirect |
| 17 | github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 18 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| 19 | github.com/kr/text v0.2.0 // indirect |
| 20 | github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect |
| 21 | github.com/onsi/gomega v1.16.0 // 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/net v0.0.0-20211112202133-69e39bad7dc2 // indirect |
| 26 | golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect |
| 27 | golang.org/x/text v0.3.7 // indirect |
| 28 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 29 | gopkg.in/fsnotify.v1 v1.4.7 // indirect |
| 30 | ) |