Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-sriov (#475)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-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>

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored May 16, 2024
1 parent aea878b commit 45cbade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
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.20240516075535-3b79590e3be7
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69
github.com/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7 h1:TuBrBMCTgFWLWvhoCp7gwjjrZcwLj/pu0KoLpgMVedY=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
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/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/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8 h1:Tt5e03IX9tr5bbP+LRim54P9gaz8MSB/1cf67aZ5JaQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8/go.mod h1:PUnk1Ms/XXSZh9+8rdE1xy2bSoIeYCO2UTfHyXz2eGE=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down

0 comments on commit 45cbade

Please sign in to comment.