From b65f6562ef133e89086746a1df1c1c79f2db0351 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 11 May 2021 18:00:45 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/integration-tests@main networkservicemesh/integration-tests# MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit networkservicemesh/integration-tests PR link: https://github.com/networkservicemesh/integration-tests/pull/ networkservicemesh/integration-tests commit message: commit 547e10a26afd4fa2a41b29f484a216b4f1b996a7 Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue May 11 12:56:16 2021 -0500 Update go.mod and go.sum to latest version from networkservicemesh/de… 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 f06d62239..72208c301 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/networkservicemesh/integration-k8s-kind go 1.16 require ( - github.com/networkservicemesh/integration-tests v0.0.0-20210511113216-32d8a726a18b + github.com/networkservicemesh/integration-tests v0.0.0-20210511175616-547e10a26afd github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 0a81b1930..5d80fbe7e 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,8 @@ github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8m github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/networkservicemesh/gotestmd v0.0.0-20210505083953-36a9ba90c9c6 h1:5Jh5uQYZ/2GHu3ACx0V7lLrriHo2WiyS8V7OM5JLxfw= github.com/networkservicemesh/gotestmd v0.0.0-20210505083953-36a9ba90c9c6/go.mod h1:enMZGxL7B1TtqRHx94CiL6JuYIz9/GwBe0DqjL3l3xw= -github.com/networkservicemesh/integration-tests v0.0.0-20210511113216-32d8a726a18b h1:l9IqQXg8aNY2iXLt/KJas+xCfBzwUB7aP32MAl7+HlE= -github.com/networkservicemesh/integration-tests v0.0.0-20210511113216-32d8a726a18b/go.mod h1:hiF3iJavLCo5B1pYPO8mm9IGE8TUv832Lu1sM7s3WGc= +github.com/networkservicemesh/integration-tests v0.0.0-20210511175616-547e10a26afd h1:wLwvr9nGChkha2rnSsa7bN21hUEYKNrTDwUdQXOargI= +github.com/networkservicemesh/integration-tests v0.0.0-20210511175616-547e10a26afd/go.mod h1:hiF3iJavLCo5B1pYPO8mm9IGE8TUv832Lu1sM7s3WGc= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=