diff options
author | Adrian Villin <avillin@cisco.com> | 2024-05-15 04:33:41 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-05-17 03:11:13 +0000 |
commit | 46d66000fbccaaf782ca0313107355c77768f164 (patch) | |
tree | ed8fe48244b2d459244816ca43d9b832bd3586b6 /extras/hs-test/go.mod | |
parent | f66702df6bfc24072a40ad39ffa9ff7099e50f32 (diff) |
hs-test: updated api calls
Type: test
Change-Id: I2583ee74426ef154d03d4991b78ab57c5cec436f
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/go.mod')
-rw-r--r-- | extras/hs-test/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/go.mod b/extras/hs-test/go.mod index 0f3854d2148..3be9ba20a86 100644 --- a/extras/hs-test/go.mod +++ b/extras/hs-test/go.mod @@ -26,7 +26,7 @@ require ( github.com/onsi/ginkgo/v2 v2.16.0 github.com/onsi/gomega v1.32.0 github.com/pkg/errors v0.9.1 // indirect - github.com/sirupsen/logrus v1.9.3 // indirect + github.com/sirupsen/logrus v1.9.3 github.com/vishvananda/netns v0.0.4 // indirect golang.org/x/sys v0.16.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |