Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-sriov (#510)
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#610

Commit: e12f4c8
Author: Network Service Mesh Bot
Date: 2024-09-27 05:48:41 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#610)
PR link: networkservicemesh/sdk-kernel#681
Commit: 19add25
Author: Network Service Mesh Bot
Date: 2024-09-27 05:44:16 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#681)
PR link: networkservicemesh/sdk#1670
Commit: b66e1bf
Author: Nikita Skrynnik
Date: 2024-09-27 17:37:34 +0700
Message:
        - Add more mutexes in dial chain element to fix race conditions (#1670)
* some minor change
* add more locks
---------
Signed-off-by: NSMBot <[email protected]>

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

Signed-off-by: NSMBot <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Sep 27, 2024
1 parent 1261406 commit b4968d7
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.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18
github.com/networkservicemesh/sdk-vpp v0.0.0-20240927104804-0702bd96c64f
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.20240927103734-b66e1bf47abb h1:Hq9Rorudd41q1kB1jEg4l2dDhcDI84+jkB4MtID9Fuc=
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc h1:u8w6+BJBkpz00N724tEZGLLgl8T6ohe/tpRZNofre7c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc/go.mod h1:X6AU5k6UTMzVbXg7fydv+GEaQGgE06fkmG/INIDzHmw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18 h1:dTOhBSsroyhWt2MEgw6vTo5VUWoJ7458KwbLwAyiEaI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18/go.mod h1:Th3Jh5sSMLENohyUjdy2yzct0WsCLIH20Pf0lg7m/xk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240927104804-0702bd96c64f h1:g+nsAVF5xsJu8G1BL4PbFnh2lnTJ8MhMuSlmEsF7lhk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240927104804-0702bd96c64f/go.mod h1:zBVY1qyDSpgZgAy3PD8zjcTxoHFiHB1kUYgTDum8+fg=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down

0 comments on commit b4968d7

Please sign in to comment.