Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/in…
Browse files Browse the repository at this point in the history
…tegration-tests@main

PR link: networkservicemesh/integration-tests#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 <[email protected]>
  • Loading branch information
NSMBot committed Feb 19, 2025
1 parent a8962f0 commit 5d23288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 5d23288

Please sign in to comment.