From 70fdd4239f2f7cb9124a7776a9182f75206e6dd9 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 11 Apr 2024 17:04:18 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk@main PR link: https://github.com/networkservicemesh/sdk/pull/1610 Commit: 2ea1194 Author: Nikita Skrynnik Date: 2024-04-12 00:03:31 +0700 Message: - Remove trigger from Update dependent repositories workflow (#1610) 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 4ed3daf..85da4d7 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antonfisher/nested-logrus-formatter v1.3.1 github.com/edwarnicke/serialize v1.0.7 github.com/kelseyhightower/envconfig v1.4.0 - github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df + github.com/networkservicemesh/sdk v0.5.1-0.20240411170331-2ea11946773e github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.4 go.uber.org/goleak v1.3.0 diff --git a/go.sum b/go.sum index 0784c95..e99ee47 100644 --- a/go.sum +++ b/go.sum @@ -180,8 +180,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df h1:+fmCda2GJVcrJqOL7O1ehB5TXcfNe3egs3RcQsBLx4U= -github.com/networkservicemesh/sdk v0.5.1-0.20240405103106-edee168c48df/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY= +github.com/networkservicemesh/sdk v0.5.1-0.20240411170331-2ea11946773e h1:mhWsx2BEd/KR+6+iCWLsYsR2D/XpI2MBHvwFmkRdcAI= +github.com/networkservicemesh/sdk v0.5.1-0.20240411170331-2ea11946773e/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= 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=