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 (#373)

PR link: networkservicemesh/sdk-k8s#503

Commit: 86caea8
Author: Network Service Mesh Bot
Date: 2024-05-14 10:25:01 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#503)
PR link: networkservicemesh/sdk#1616
Commit: 1cbc041
Author: Denis Tingaikin
Date: 2024-05-14 17:35:02 +0300
Message:
    - fix memory leaks (#1616)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored May 14, 2024
1 parent 918b75f commit 813e094
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 @@ -10,8 +10,8 @@ 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.20240425184929-aa92e5b10fbf
github.com/networkservicemesh/sdk-k8s v0.0.0-20240425185509-771dae1f75a5
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1
github.com/networkservicemesh/sdk-k8s v0.0.0-20240514152501-86caea8ba172
github.com/networkservicemesh/sdk-ovs v0.0.0-20240425185939-91c5cfc9e28e
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
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.20240425184929-aa92e5b10fbf h1:saJvo0ewV8AKGYn6Yj7iz7ilcxzs7XtbWWaDQxEUseg=
github.com/networkservicemesh/sdk v0.5.1-0.20240425184929-aa92e5b10fbf/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240425185509-771dae1f75a5 h1:JNCiC+NIunYbb04ofTMecMWUdKAmxUSjnocsqLtFVOw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240425185509-771dae1f75a5/go.mod h1:hpPWNxlWQskaytCy+xci5i5885JTEAE4xxdGQ2D95tQ=
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-kernel v0.0.0-20240425185203-4e18004721f8 h1:PJLNBAlSJVSYGe6YUaeFIOHN5PvZ69UgOm2mso4j63g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240425185203-4e18004721f8/go.mod h1:Eh8DYW3dq79tRAVjPyaVCiobrkt9cHs8V8u63/MpiNw=
github.com/networkservicemesh/sdk-ovs v0.0.0-20240425185939-91c5cfc9e28e h1:8N5fPFxsTTQfGPeKPLWbgySlm6VSHI/NKhfLK/vTUYc=
Expand Down

0 comments on commit 813e094

Please sign in to comment.