Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-vpp (#481)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#833

Commit: 345d2ce
Author: Network Service Mesh Bot
Date: 2024-05-29 05:59:24 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#833)
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>

* 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 29, 2024
1 parent 085f457 commit c1e108e
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 @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
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/sdk-vpp v0.0.0-20240529105924-345d2cefa1ba
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240529105330-c01f9e100851 h1:vGMzgz
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/sdk-vpp v0.0.0-20240529105924-345d2cefa1ba h1:HHsEqqE2C2E3w8xW/5uPghMUfadagx3VMrr3WL04sNg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240529105924-345d2cefa1ba/go.mod h1:WHsLMIII54qCKVSqw3mBSYKsXIygv7Q9gmCfwn7vrCk=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down

0 comments on commit c1e108e

Please sign in to comment.