From f719adfa8970d2e530b0303889d2bbee7cf859db Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Tue, 20 Dec 2022 15:10:50 +0100 Subject: hs-test: use anchors in yaml config files Volumes can be referenced with anchors to reduce text duplication and to explicitly show which containers share a volume. Type: test Signed-off-by: Maros Ondrejicka Change-Id: Id408a78262573b3faf2257c32bfa569eca2e2049 --- extras/hs-test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/go.mod') diff --git a/extras/hs-test/go.mod b/extras/hs-test/go.mod index 0674b587925..3b11dd2609a 100644 --- a/extras/hs-test/go.mod +++ b/extras/hs-test/go.mod @@ -8,7 +8,7 @@ require ( 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 - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + gopkg.in/yaml.v3 v3.0.1 ) require ( -- cgit 1.2.3-korg