File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-kind
33go 1.20
44
55require (
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+
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1414github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
1515github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0 =
1616github.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 =
1919github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
2020github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
2121github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments