From 5ce8e813e9a63a48ba4a603ee1fa83ff437361e6 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 14 Aug 2024 13:48:09 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main PR link: https://github.com/networkservicemesh/sdk-sriov/pull/605 Commit: 0cf84c4 Author: Network Service Mesh Bot Date: 2024-08-14 08:47:18 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#605) 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 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c899942..c484b5b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/kelseyhightower/envconfig v1.4.0 github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677 github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f - github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8 + github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af 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 6d246a6..e49cff0 100644 --- a/go.sum +++ b/go.sum @@ -105,8 +105,8 @@ github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677 h1:tG5+0 github.com/networkservicemesh/api v1.13.4-0.20240814093907-03f6633c2677/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI= github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f h1:ntNPiVMUTljkkVDdzoJwJihU5udtbsYqyiYdHLm4/LM= github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f/go.mod h1:Tg63o7jzlUWAnD4DAbgbPb2TIbJ/KAP0/DAgl7rS5xk= -github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8 h1:n52raAfXNLgAFhoXJNQmWgMIYyNf27uptv5hOK73d5I= -github.com/networkservicemesh/sdk-sriov v0.0.0-20240812104616-36a375807cc8/go.mod h1:991srTAe1WTx1ViVpyCDgLma0XCJxGSxNnCB6qr13rg= +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/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk= github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=