From 8602e38150c133ef1e5dcdbad92074ad40dbad66 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 18 Apr 2024 05:13:34 -0500 Subject: [PATCH] Update from update/networkservicemesh/sdk-sriov (#729) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main PR link: https://github.com/networkservicemesh/sdk-sriov/pull/590 Commit: 53b4eee Author: Network Service Mesh Bot Date: 2024-04-18 05:03:45 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#590) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/659 Commit: 2a4c669 Author: Network Service Mesh Bot Date: 2024-04-18 04:56:06 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#659) PR link: https://github.com/networkservicemesh/sdk/pull/1584 Commit: 608b1b5 Author: Lazy Bear Date: 2024-04-18 13:48:31 +0400 Message: - Add dual stack support. (#1584) * Add dual stack support. * Support client multi channel subscription. * Fix unit tests. * Fix vL3 test. --------- Signed-off-by: Vitaliy Guschin Signed-off-by: NSMBot * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot --------- Signed-off-by: Vitaliy Guschin Signed-off-by: NSMBot Co-authored-by: NSMBot --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index cf98e027..38ca7143 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/networkservicemesh/api v1.13.1-0.20240411170402-f357d8c715a2 github.com/networkservicemesh/sdk v0.5.1-0.20240418094831-608b1b518564 github.com/networkservicemesh/sdk-k8s v0.0.0-20240418095920-671945331706 - github.com/networkservicemesh/sdk-sriov v0.0.0-20240415094843-c4bb53f2e668 + github.com/networkservicemesh/sdk-sriov v0.0.0-20240418100345-53b4eee751d5 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.0 github.com/spiffe/go-spiffe/v2 v2.1.7 @@ -44,7 +44,7 @@ require ( github.com/google/uuid v1.3.1 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect - github.com/networkservicemesh/sdk-kernel v0.0.0-20240415094224-0146a64a7221 // indirect + github.com/networkservicemesh/sdk-kernel v0.0.0-20240418095606-2a4c66902432 // indirect github.com/open-policy-agent/opa v0.44.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_golang v1.17.0 // indirect diff --git a/go.sum b/go.sum index bcfae78c..6e77d2b2 100644 --- a/go.sum +++ b/go.sum @@ -111,10 +111,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240418094831-608b1b518564 h1:QEAVhz github.com/networkservicemesh/sdk v0.5.1-0.20240418094831-608b1b518564/go.mod h1:ERwrGiimSHeUGwgwhgYLl7B/vkYgmIwxZmrQJzJ6hcQ= github.com/networkservicemesh/sdk-k8s v0.0.0-20240418095920-671945331706 h1:2E+tZ2QKs/1NJCsn7POtDy5sb3ds4zLAyowfty5KPsQ= github.com/networkservicemesh/sdk-k8s v0.0.0-20240418095920-671945331706/go.mod h1:pyMim9f/Y1GSShtz5eI5vLUItYnurbqH/kYd3oMmhxk= -github.com/networkservicemesh/sdk-kernel v0.0.0-20240415094224-0146a64a7221 h1:qkEQyJGM4DtZqKZH7JxH2wzHZW8il6NY58izu4eEGes= -github.com/networkservicemesh/sdk-kernel v0.0.0-20240415094224-0146a64a7221/go.mod h1:OVCkbv9cgaroH0h0HJOGGomd/z8Dt8Ay6129CFeQEkM= -github.com/networkservicemesh/sdk-sriov v0.0.0-20240415094843-c4bb53f2e668 h1:M6/V6xUbcEPThzDWvnXk0IzXyOAf8ypfaOPBfrAbYhI= -github.com/networkservicemesh/sdk-sriov v0.0.0-20240415094843-c4bb53f2e668/go.mod h1:nWeOsujfmwztHXnGr/KazBc9MfZ86Fks9CVUGRyK91s= +github.com/networkservicemesh/sdk-kernel v0.0.0-20240418095606-2a4c66902432 h1:cCTF9FNDcsJ6qacwnAFcL+QbmFHMtp3u4R49ebRvTT4= +github.com/networkservicemesh/sdk-kernel v0.0.0-20240418095606-2a4c66902432/go.mod h1:0I6XLdyHngMeIfl+qmT4UMF78lPpxOPAgOG3y1tjM98= +github.com/networkservicemesh/sdk-sriov v0.0.0-20240418100345-53b4eee751d5 h1:4wbJPcfFvElP4fCnlElEMcKlXckUYWqvZHuAB8nkNWc= +github.com/networkservicemesh/sdk-sriov v0.0.0-20240418100345-53b4eee751d5/go.mod h1:FjCG2SNQD0BdTnSg9PcVZmwtOGPh8O1EbTKukNpDUnk= 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=