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 networkservicemesh/integration-tests#13

networkservicemesh/integration-tests PR link: networkservicemesh/integration-tests#13

networkservicemesh/integration-tests commit message:
commit e0cf9c295e6ce123290903d44c172387ac13bbac
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Sun Jan 31 14:53:51 2021 -0600

    Merge pull request #13 from denis-tingaikin/add-update-deps-job

    feat: add update deps job for integration-tests

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 31, 2021
1 parent 4efb1aa commit 85b32ef
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,6 +3,6 @@ module github.com/networkservicemesh/integration-k8s-kind
go 1.15

require (
github.com/networkservicemesh/integration-tests v0.0.0-20210126135600-ad4f1062b671
github.com/networkservicemesh/integration-tests v0.0.0-20210131205351-e0cf9c295e6c
github.com/stretchr/testify v1.6.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/networkservicemesh/gotestmd v0.0.0-20210125072545-44f3bb8aeefb h1:Xp1rW5BX6L91squ8243Y4HnLJJz/rsfaDuS83JEOF14=
github.com/networkservicemesh/gotestmd v0.0.0-20210125072545-44f3bb8aeefb/go.mod h1:RsxZNZRDhTSkY21gzrJVC4ufT10bfeHRvrRTtypUx+k=
github.com/networkservicemesh/integration-tests v0.0.0-20210126135600-ad4f1062b671 h1:QpEbwtHL5OJ154OysmGVGQ+1ZGDyD23i0KLnqOjX244=
github.com/networkservicemesh/integration-tests v0.0.0-20210126135600-ad4f1062b671/go.mod h1:7PvRkLEYsrs2QbLqOg7pjudoJoSjgjfkNp+uG64p/6A=
github.com/networkservicemesh/integration-tests v0.0.0-20210131205351-e0cf9c295e6c h1:Qsw27LoazVk5LSMSWGSYrawZtrC9Bhdd+iNban8jr/Q=
github.com/networkservicemesh/integration-tests v0.0.0-20210131205351-e0cf9c295e6c/go.mod h1:7PvRkLEYsrs2QbLqOg7pjudoJoSjgjfkNp+uG64p/6A=
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 85b32ef

Please sign in to comment.