From d364f6b35a916312a2e457291106312107317945 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:47:23 -0600 Subject: [PATCH] Update from update/networkservicemesh/sdk-vpp (#562) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: https://github.com/networkservicemesh/sdk-vpp/pull/887 Commit: 7c124b6 Author: Network Service Mesh Bot Date: 2025-02-26 02:41:59 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#887) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/713 Commit: 63f5f23 Author: Network Service Mesh Bot Date: 2025-02-26 02:37:15 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#713) PR link: https://github.com/networkservicemesh/sdk/pull/1719 Commit: bfb5813 Author: dependabot[bot] Date: 2025-02-26 09:34:49 +0100 Message: - Bump codecov/codecov-action from 3 to 5 (#1719) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: NSMBot * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot --------- Signed-off-by: dependabot[bot] Signed-off-by: NSMBot Co-authored-by: NSMBot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8936132..238e3af 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99 github.com/networkservicemesh/sdk-sriov v0.0.0-20250226084052-0e054b2892d0 - github.com/networkservicemesh/sdk-vpp v0.0.0-20250224101355-08e85c411d7c + github.com/networkservicemesh/sdk-vpp v0.0.0-20250226084159-7c124b67799f github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index a7a8a5c..ce90627 100644 --- a/go.sum +++ b/go.sum @@ -141,8 +141,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99 h1:AdUcqJ github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc= github.com/networkservicemesh/sdk-sriov v0.0.0-20250226084052-0e054b2892d0 h1:0hlNyK+Cjw1XQON7bH9edlP2vILVt2RmnVtFJar5vh4= github.com/networkservicemesh/sdk-sriov v0.0.0-20250226084052-0e054b2892d0/go.mod h1:U0IOM/GU8tqmXz8KFoPlaA9sZeE/hxo7umm+8iC8HGc= -github.com/networkservicemesh/sdk-vpp v0.0.0-20250224101355-08e85c411d7c h1:wLjiqAuAoSq22Hu1lzszakcCDwl07rxVTh7+CUCJ+1o= -github.com/networkservicemesh/sdk-vpp v0.0.0-20250224101355-08e85c411d7c/go.mod h1:oPGz5V4t4LqqnpRIFkECStAMxRCPu1EvSEB7Uu2fc4A= +github.com/networkservicemesh/sdk-vpp v0.0.0-20250226084159-7c124b67799f h1:R9rSpbZx//Ldys4JNjX/Bv+uovm/sbduoGi7I9FjjOc= +github.com/networkservicemesh/sdk-vpp v0.0.0-20250226084159-7c124b67799f/go.mod h1:7DOLkbJG3KWKMXjPBgG2TxovvrxQiXA+vXWTZZZBciE= github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af h1:xH1C+JjlmM+bFYWczOUaf/QSZAVe4yxGnnals0w1X70= github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af/go.mod h1:JviwOwtnUIiMG0FJ94rwWjd2wDjqa/vvmXsmxNHQVxY= github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=