From 5d23288f633f447ba5289b09532733e143c9c7b4 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 19 Feb 2025 09:18:33 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/integration-tests@main PR link: https://github.com/networkservicemesh/integration-tests/pull/4073 Commit: a89e703 Author: Laszlo Kiraly Date: 2025-02-19 10:17:55 +0100 Message: - Merge pull request #4073 from Nordix/enable-dependabot Signed-off-by: NSMBot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 65ce65f9..9a3e46ed 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-kind go 1.23 require ( - github.com/networkservicemesh/integration-tests v0.0.0-20250212141454-836a1d150456 + github.com/networkservicemesh/integration-tests v0.0.0-20250219091755-a89e7030e71d github.com/stretchr/testify v1.8.4 ) diff --git a/go.sum b/go.sum index 212e5590..f41067b7 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0= github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ= -github.com/networkservicemesh/integration-tests v0.0.0-20250212141454-836a1d150456 h1:0TrLrNt/Rk5EK1eh72RT7J8tuRNtsHbP8H+rpF77hqQ= -github.com/networkservicemesh/integration-tests v0.0.0-20250212141454-836a1d150456/go.mod h1:AGf4SNbPEmJVjkewdl3tpe2qPdABRnQJZpLCSWYHYLM= +github.com/networkservicemesh/integration-tests v0.0.0-20250219091755-a89e7030e71d h1:9WlI1RuiMIGTl2XV/yzCbU4pLgEoS6kr7y3C3QD4J+Q= +github.com/networkservicemesh/integration-tests v0.0.0-20250219091755-a89e7030e71d/go.mod h1:AGf4SNbPEmJVjkewdl3tpe2qPdABRnQJZpLCSWYHYLM= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=