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 ( |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 6 | github.com/edwarnicke/exechelper v1.0.2 |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 7 | github.com/stretchr/testify v1.7.0 |
Maros Ondrejicka | ffa3f60 | 2023-01-26 10:07:29 +0100 | [diff] [blame] | 8 | go.fd.io/govpp v0.7.0 |
Maros Ondrejicka | f719adf | 2022-12-20 15:10:50 +0100 | [diff] [blame] | 9 | gopkg.in/yaml.v3 v3.0.1 |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 10 | ) |
| 11 | |
| 12 | require ( |
| 13 | github.com/davecgh/go-spew v1.1.1 // indirect |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 14 | github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 15 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| 16 | github.com/kr/text v0.2.0 // indirect |
| 17 | github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 18 | github.com/pkg/errors v0.9.1 // indirect |
| 19 | github.com/pmezard/go-difflib v1.0.0 // indirect |
| 20 | github.com/sirupsen/logrus v1.8.1 // indirect |
Maros Ondrejicka | ffa3f60 | 2023-01-26 10:07:29 +0100 | [diff] [blame] | 21 | golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 22 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 23 | ) |