Skip to content

Commit ecd3587

Browse files
author
Vladislav Byrgazov
committed
Manually updated integration-tests
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
1 parent 6a91f67 commit ecd3587

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-kind
33
go 1.20
44

55
require (
6-
github.com/networkservicemesh/integration-tests v0.0.0-20240923100516-0f5a7c947c8d
6+
github.com/networkservicemesh/integration-tests v0.0.0-20241028173639-dbaeaa8f3386
77
github.com/stretchr/testify v1.8.4
88
)
99

@@ -18,3 +18,4 @@ require (
1818
golang.org/x/sys v0.15.0 // indirect
1919
gopkg.in/yaml.v3 v3.0.1 // indirect
2020
)
21+

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1414
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
1515
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0=
1616
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
17-
github.com/networkservicemesh/integration-tests v0.0.0-20240923100516-0f5a7c947c8d h1:cOaU0HaIkJw4cWLIo6c+hw94TbUx/Shi7haVVEl5sNA=
18-
github.com/networkservicemesh/integration-tests v0.0.0-20240923100516-0f5a7c947c8d/go.mod h1:cT5l2gQd8TEjjgoxLEEF9oR2DB4AH/KlLQEeNvba4U4=
17+
github.com/networkservicemesh/integration-tests v0.0.0-20241028173639-dbaeaa8f3386 h1:r9QojB2eoXtDcRmCRVO2yJfNQWYHJvCD+4kC1bqOVys=
18+
github.com/networkservicemesh/integration-tests v0.0.0-20241028173639-dbaeaa8f3386/go.mod h1:cT5l2gQd8TEjjgoxLEEF9oR2DB4AH/KlLQEeNvba4U4=
1919
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
2020
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2121
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)