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

PR link: networkservicemesh/sdk-sriov#596

Commit: c76bb03
Author: Network Service Mesh Bot
Date: 2024-05-29 05:59:09 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#596)
PR link: networkservicemesh/sdk-kernel#665
Commit: 06cfa69
Author: Network Service Mesh Bot
Date: 2024-05-29 05:55:56 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#665)
PR link: networkservicemesh/sdk#1636
Commit: c01f9e1
Author: Nikita Skrynnik
Date: 2024-05-29 21:53:30 +1100
Message:
        - Add peer cleanup on Requests and Closes from begin (#1636)
* Add peer cleanup on Requests and Closes from begin
* fix go linter issues
* fix race condition + fix all go linter issues
---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored May 29, 2024
1 parent 2f66779 commit 085f457
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 @@ -9,8 +9,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.20240518183313-7b51d9c9b5d0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301
github.com/networkservicemesh/sdk v0.5.1-0.20240529105330-c01f9e100851
github.com/networkservicemesh/sdk-sriov v0.0.0-20240529105909-c76bb0360fa8
github.com/networkservicemesh/sdk-vpp v0.0.0-20240527103015-206c36682ec4
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,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.20240518183313-7b51d9c9b5d0 h1:nC7dOI5zxRH3AXOpJWlLthEzYXraaRO6zXY8bTQXjm0=
github.com/networkservicemesh/sdk v0.5.1-0.20240518183313-7b51d9c9b5d0/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301 h1:cs3m7ZDCpYa/6ZWKfHvqz9l40qksloE+qaT6uIRYzN0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301/go.mod h1:OdUhoA+qBkBkcsCIKXar496Qpl+GRlM4/Qt8NsUhCWc=
github.com/networkservicemesh/sdk v0.5.1-0.20240529105330-c01f9e100851 h1:vGMzgzaW/YiKZ2lTY8xk2sJnCFfM4ifmm8NLy4cEG1c=
github.com/networkservicemesh/sdk v0.5.1-0.20240529105330-c01f9e100851/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240529105909-c76bb0360fa8 h1:M0kRBrDRGAXprbsnTJ019gzRfCV5rqRN7ti3Y9yzUn8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240529105909-c76bb0360fa8/go.mod h1:Rp531mQB3DevPoS7dtE6mRyngdJOfpTSOwj5DC586GE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240527103015-206c36682ec4 h1:sFCtKOjxJ26zZfXt4nWY1VNJt+1CoPOb8jIxlGlQIGE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240527103015-206c36682ec4/go.mod h1:0aHfHCxn4uO+iZQBDoWOTNOZHTErcA1KJjT7UvzpPZI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down

0 comments on commit 085f457

Please sign in to comment.