From 89073677daa8afb94d8a4b0b2c5aa5084248a136 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 24 Feb 2025 10:38:35 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk@main PR link: https://github.com/networkservicemesh/sdk/pull/1718 Commit: 8d9b776 Author: dependabot[bot] Date: 2025-02-24 11:37:18 +0100 Message: - Bump actions/checkout from 2 to 4 (#1718) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 94fbf65..b32f828 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.20250224100629-5edabab42a88 + github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.4 go.uber.org/goleak v1.3.1-0.20241121203838-4ff5fa6529ee diff --git a/go.sum b/go.sum index 334ac69..4c5ea78 100644 --- a/go.sum +++ b/go.sum @@ -182,8 +182,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.20250224100629-5edabab42a88 h1:Cj8yfPwJsOcNJtuY0AE9+fhITyXrlSvg8yJufUlzj/0= -github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc= +github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d h1:HuFMXcqgMy+a0VdFsN8ZgMdyZMxrcBFAkNW4iLh0FD8= +github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc= 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=