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-k8s@main

PR link: networkservicemesh/sdk-k8s#504

Commit: 51fb1b9
Author: Network Service Mesh Bot
Date: 2024-05-15 10:40:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#504)
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 844cebf commit bc87949
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 @@ -14,8 +14,8 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1
github.com/networkservicemesh/sdk-k8s v0.0.0-20240514152501-86caea8ba172
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c
github.com/networkservicemesh/sdk-k8s v0.0.0-20240515154006-51fb1b9c8d7e
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240418100345-53b4eee751d5
github.com/networkservicemesh/sdk-vpp v0.0.0-20240514151051-8c8e463f81fd
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGg
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N7rwJNpnfsUlBavxuZdYqTx8nAKwxVS/AkuX1o=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
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-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 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-20240515154006-51fb1b9c8d7e h1:8AfzaKAiRDxEamv6BT+/Spw2Q5oXELjXg82xUhgnGKg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240515154006-51fb1b9c8d7e/go.mod h1:7DpdRsYPGcJ8YqWKh5pEVv4e65FrNR73s5yyHNETdoA=
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-20240418100345-53b4eee751d5 h1:4wbJPcfFvElP4fCnlElEMcKlXckUYWqvZHuAB8nkNWc=
Expand Down

0 comments on commit bc87949

Please sign in to comment.