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

PR link: networkservicemesh/sdk-sriov#592

Commit: a422975
Author: Network Service Mesh Bot
Date: 2024-05-14 10:08:57 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#592)
PR link: networkservicemesh/sdk-kernel#661
Commit: f669b49
Author: Network Service Mesh Bot
Date: 2024-05-14 09:58:56 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#661)
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 91c5cfc commit 26ddef8
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 @@ -8,9 +8,9 @@ require (
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240425184929-aa92e5b10fbf
github.com/networkservicemesh/sdk-kernel v0.0.0-20240425185203-4e18004721f8
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619
github.com/networkservicemesh/sdk v0.5.1-0.20240514143502-1cbc04161aa1
github.com/networkservicemesh/sdk-kernel v0.0.0-20240514145856-f669b4972fc0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240514150857-a42297571919
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ 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-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-sriov v0.0.0-20240425185537-e8213fed2619 h1:GEsmeoVArn3J5ihCFKrhU8iQepha2SPeuMWAAQQCCVw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240425185537-e8213fed2619/go.mod h1:LMDbw/6sqrrlA73j2yLFqnzZ2/8bD6BZk/jSKBkuMWw=
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-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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down

0 comments on commit 26ddef8

Please sign in to comment.