From 17e9c268e0ca3312093fab83e5a8af6ee053f0b1 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 25 Jul 2023 11:19:27 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/integration-tests@main PR link: https://github.com/networkservicemesh/integration-tests/pull/2873 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 3cc90b3 Author: Network Service Mesh Bot Date: 2023-07-25 06:18:54 -0500 Message: - 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 1d5e57e32..a82b672e9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-kind go 1.20 require ( - github.com/networkservicemesh/integration-tests v1.10.0 + github.com/networkservicemesh/integration-tests v0.0.0-20230725111854-3cc90b3a30a0 github.com/stretchr/testify v1.8.1 ) diff --git a/go.sum b/go.sum index 3b453c08e..8ab563f7a 100644 --- a/go.sum +++ b/go.sum @@ -159,8 +159,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= 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 v1.10.0 h1:2J+jPrmLJlQcjQoT0RU3E3Fa3XHu96w+XRxmkBWBPYo= -github.com/networkservicemesh/integration-tests v1.10.0/go.mod h1:4QSrFTSFzGD+B9ZiwOSZk9GiOCacaLrd8zkzFDkuAeI= +github.com/networkservicemesh/integration-tests v0.0.0-20230725111854-3cc90b3a30a0 h1:Eb9DEzs+zIhmyW6lc1FEV7CDZi47wVk/zAsIv6MvRrs= +github.com/networkservicemesh/integration-tests v0.0.0-20230725111854-3cc90b3a30a0/go.mod h1:4QSrFTSFzGD+B9ZiwOSZk9GiOCacaLrd8zkzFDkuAeI= github.com/onsi/ginkgo/v2 v2.9.1 h1:zie5Ly042PD3bsCvsSOPvRnFwyo3rKe64TJlD6nu0mk= github.com/onsi/gomega v1.27.4 h1:Z2AnStgsdSayCMDiCU42qIz+HLqEPcgiOCXjAU/w+8E= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=