From 42bb7ffc541d9934c3cad65a4ebbcabbfcb6ff3d Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:53:41 -0500 Subject: [PATCH] Update from update/networkservicemesh/sdk-vpp (#494) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: https://github.com/networkservicemesh/sdk-vpp/pull/844 Commit: c500070 Author: Network Service Mesh Bot Date: 2024-08-14 08:47:15 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#844) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/674 Commit: a23cb71 Author: Network Service Mesh Bot Date: 2024-08-14 08:43:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#674) PR link: https://github.com/networkservicemesh/sdk/pull/1630 Commit: 78bedfb Author: Network Service Mesh Bot Date: 2024-08-14 08:41:05 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1630) PR link: https://github.com/networkservicemesh/api/pull/152 Commit: 03f6633 Author: Nikita Skrynnik Date: 2024-08-14 20:39:07 +1100 Message: - Delete unused helper functions (#152) * delete some helper functions * delete more hepler functions * delete more unused helper function * fix linter * return som e helper functions * fix CI --------- Signed-off-by: Nikita Skrynnik Signed-off-by: NSMBot * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot --------- Signed-off-by: Nikita Skrynnik 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 13b84c3..dbda00e 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.20240814134105-78bedfb4371f github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af - github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d + github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 93361fd..52ed575 100644 --- a/go.sum +++ b/go.sum @@ -120,8 +120,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f h1:ntNPiV github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f/go.mod h1:Tg63o7jzlUWAnD4DAbgbPb2TIbJ/KAP0/DAgl7rS5xk= github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af h1:VUcTY0VUfRsgmHwlzIA1boapj569Y5lSKAD51VIp0nc= github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af/go.mod h1:e64mVG2JVZ1DV9AJR4Jj9Rv0HMdzrNyIy86M7Mu/i7E= -github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d h1:UJvYyFTpOPowsCUcPcfsNNT772A3w9TsaqnuMj87/M8= -github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d/go.mod h1:Akzw8+4yai5UzAooU7yCMyUi+Zr7qKX44V/hZrUKNVo= +github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed h1:wHDodKJTaw2085ZPgpM65Pe8d+FcGQbytAYA3uburlA= +github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed/go.mod h1:Fx0f0aH5TYwwAW8krOAbUMA200yTnStIczDqXNh4IUE= github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI= github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM= github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=