Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-sriov@main

PR link: networkservicemesh/sdk-sriov#594

Commit: 7fee1a7
Author: Network Service Mesh Bot
Date: 2024-05-16 03:05:40 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#594)
PR link: networkservicemesh/sdk-kernel#663
Commit: 6a362bb
Author: Network Service Mesh Bot
Date: 2024-05-16 03:01:48 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#663)
PR link: networkservicemesh/sdk#1623
Commit: 3b79590
Author: Nikita Skrynnik
Date: 2024-05-16 18:55:35 +1100
Message:
        - Fix some leaks in authorize chain elements (#1623)
* fix some leaks in authorize chain elements
* fix go linter issues
* add tests for memory leaks
* fix go linter issues
* rerun CI
---------
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 16, 2024
1 parent b9ef807 commit 9ee554b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down Expand Up @@ -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-20240514145856-f669b4972fc0 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7 // 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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7 h1:TuBrBM
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e h1:FYwU2okf17zNlwHVijgCge1DOgScS7WfG8ri63JN4Gk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e/go.mod h1:T5fZNz+UxIqk31tdMQ7QPjm4A0RWAJElYm4bynMYMYM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0 h1:zR+0MjvOVCRFUKEENvn4CEXkarnIiSnY5CtHknhW+cw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0/go.mod h1:pbGJ/nEUK3E7Wg0/7atUVvegiYi0kDIeGCgCGe9ZeuU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919 h1:N3p+t+kZq/m7r6oqMBgTXD1nw22Hb2oftQnVB+MaFqA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919/go.mod h1:UFIrJxSabaj7kao2VRdCLES5TK27oz01YEuJIqc06A0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7 h1:xtlh9H3aF9XEyS8apbmc9jhqogVPNjz8liDK71KIhos=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7/go.mod h1:4SPwGPRxnBOW/40a7wdPBw7glUFzV9NZ4O9WIF4WwAw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69 h1:YynrqY13mLr6gQhYEvuusNzkuhOTBLmKilcRicIP63Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69/go.mod h1:1bIeUNVBjOhbpVgJkj4qIpgq28PvkMUlrIAbVHx3ZMA=
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=
Expand Down

0 comments on commit 9ee554b

Please sign in to comment.