diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-14 12:56:49 +0100 |
---|---|---|
committer | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-14 12:56:49 +0100 |
commit | 7d7ab1008a0f13a464e7f4c3628b48832172d0b3 (patch) | |
tree | 2022c53dce9275357974e2bfff119e573e1ff87e /extras/hs-test/go.mod | |
parent | 590a82c237337f560cc3d5beac47a235c5e97eac (diff) |
hs-test: clean-up obsolete code
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I52cd825f903e41c35f6c4a9db71f00dbedbb8680
Diffstat (limited to 'extras/hs-test/go.mod')
-rw-r--r-- | extras/hs-test/go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/hs-test/go.mod b/extras/hs-test/go.mod index 0f6bffb28fc..8eb4e86ce67 100644 --- a/extras/hs-test/go.mod +++ b/extras/hs-test/go.mod @@ -3,10 +3,7 @@ module fd.io/hs-test go 1.18 require ( - git.fd.io/govpp.git v0.4.0 github.com/edwarnicke/exechelper v1.0.2 - github.com/edwarnicke/govpp v0.0.0-20220311182453-f32f292e0e91 - github.com/edwarnicke/vpphelper v0.0.0-20210617172001-3e6797de32c3 github.com/stretchr/testify v1.7.0 go.fd.io/govpp v0.7.0 gopkg.in/yaml.v3 v3.0.1 @@ -14,7 +11,6 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/edwarnicke/log v1.0.0 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/kr/text v0.2.0 // indirect @@ -24,5 +20,4 @@ require ( github.com/sirupsen/logrus v1.8.1 // indirect golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect - gopkg.in/fsnotify.v1 v1.4.7 // indirect ) |