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#593

Commit: ed726b9
Author: Network Service Mesh Bot
Date: 2024-05-15 10:53:44 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#593)
PR link: networkservicemesh/sdk-kernel#662
Commit: dc6ff7c
Author: Network Service Mesh Bot
Date: 2024-05-15 10:37:14 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#662)
PR link: networkservicemesh/sdk#1624
Commit: c2a3414
Author: Nikita Skrynnik
Date: 2024-05-16 02:24:48 +1100
Message:
        - Fix some leaks in opa policies (#1624)
* Fix some leaks in opa policies
* fix go linter issues
---------
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 15, 2024
1 parent 6ef0911 commit 2ec0835
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c
github.com/networkservicemesh/sdk-k8s v0.0.0-20240514152501-86caea8ba172
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078
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-20240515153714-dc6ff7c24b35 // 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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfr
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGgdwbUP404Hlee80R+jSxgzjOh/tW5Fm4/9NE4B0=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1 h1:2LzuXg8qPNo8FkVCpBtz4O7HjrjoU6JddXpfTFeDe5U=
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c h1:BwoQ+/wOi4ix2KxfuKmFRX8/hw94Id2a6hgX2guu7u8=
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240514152501-86caea8ba172 h1:FuAp9Na7L+EnlXAhDqZSNSzmS1poZgZFkFGU+VkbJlY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240514152501-86caea8ba172/go.mod h1:J5HYRRAeZzfyuo3LJPijvEcJADutfjqDd3LnIzfXfCc=
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-20240515153714-dc6ff7c24b35 h1:pcSxcNgE/r860boQ2Uw9SXB73bCuJRWv+cPt0+D8GHQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240515153714-dc6ff7c24b35/go.mod h1:bXzqpPKJIvT3kZddRmJcxlR23WBFxXmb8nKPuVIPhPg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078 h1:eiT7/KlWiBHjeVZxY9IJq+5P+t1vlQJhVw5T6oztInY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078/go.mod h1:vEAplvBxX3e5vSuKXgyrLdCXxZjtcVjJtcT0kfchX1Y=
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 2ec0835

Please sign in to comment.