From 85b32efedf91609b9e6ac18d12d607bd926f9f13 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sun, 31 Jan 2021 20:54:35 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/integration-tests@main networkservicemesh/integration-tests#13 networkservicemesh/integration-tests PR link: https://github.com/networkservicemesh/integration-tests/pull/13 networkservicemesh/integration-tests commit message: commit e0cf9c295e6ce123290903d44c172387ac13bbac Author: Ed Warnicke 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 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 741ba14c1..b2a39f52c 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 7a531d8bf..779e707d8 100644 --- a/go.sum +++ b/go.sum @@ -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=