From cc1d1614b31492278f827a64c1e4207131ca3916 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 24 Feb 2025 11:50:13 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main PR link: https://github.com/networkservicemesh/sdk-k8s/pull/546 Commit: 24dda3e Author: Network Service Mesh Bot Date: 2025-02-24 05:49:30 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#546) 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 | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 00012dd..4723451 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/antonfisher/nested-logrus-formatter v1.3.1 github.com/edwarnicke/grpcfd v1.1.4 github.com/kelseyhightower/envconfig v1.4.0 - github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3 - github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01 + github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d + github.com/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153 github.com/sirupsen/logrus v1.9.0 github.com/spiffe/go-spiffe/v2 v2.1.7 google.golang.org/grpc v1.60.1 diff --git a/go.sum b/go.sum index 1b34c6e..e163155 100644 --- a/go.sum +++ b/go.sum @@ -165,10 +165,10 @@ 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/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ= github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg= -github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3 h1:mw5V1kdId5jmFykA5VAdZMEuJXRvxvQX09Etl10UCgc= -github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc= -github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01 h1:1m4KOX0HYTonD93mfoCFJZTmdvM3X1op8dA844i/hBo= -github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01/go.mod h1:fYJh8cA/G4F6HUWtsyEGY1GO8fz8QcrH3CaT7X2P39A= +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/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153 h1:ms/PBd5NNdA2ZHh7z4nm8gHuPiB7/2LQNzu+5cKzmWc= +github.com/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153/go.mod h1:EaKNQUSZdWgfTB4U1Lz985DNv1sZoKMPUQXAMDRXHrM= github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE= github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM= github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=