From e3bfd21ca4d74ba68138095b75ad689dff288bd3 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 5 May 2021 03:29:44 +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 eea2e12c8d7d8b7e3018746b7de9fed4881c03f4 Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue May 4 22:29:22 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 7fcf35696..d8b7297a2 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-20210504052840-62be492cc59a + github.com/networkservicemesh/integration-tests v0.0.0-20210505032922-eea2e12c8d7d github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 2d5922cd3..7fea68d42 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-20210326113820-7c7fa1e058ed h1:bZqJ1P8Gw7rxVF5ehlqnfTz9ygaRkyBBR4M5slVUw2Q= github.com/networkservicemesh/gotestmd v0.0.0-20210326113820-7c7fa1e058ed/go.mod h1:RsxZNZRDhTSkY21gzrJVC4ufT10bfeHRvrRTtypUx+k= -github.com/networkservicemesh/integration-tests v0.0.0-20210504052840-62be492cc59a h1:T7fVKAKpYtIJSnGFCt77sJH8SipypHzo2N9tQu2o/HY= -github.com/networkservicemesh/integration-tests v0.0.0-20210504052840-62be492cc59a/go.mod h1:Df3NLNCMmJ2VFheKPQBvRGpG0htDHB/ymGgOflmlG74= +github.com/networkservicemesh/integration-tests v0.0.0-20210505032922-eea2e12c8d7d h1:9WuxcdewFc9lz05WvvP4TInm77Y9t4Pz8WrJTRQORqU= +github.com/networkservicemesh/integration-tests v0.0.0-20210505032922-eea2e12c8d7d/go.mod h1:Df3NLNCMmJ2VFheKPQBvRGpG0htDHB/ymGgOflmlG74= 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=