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-vpp@main (#479)

PR link: networkservicemesh/sdk-vpp#832

Commit: 206c366
Author: Nikita Skrynnik
Date: 2024-05-27 21:30:15 +1100
Message:
  - Revert nsmonitor + add additional checks to prevent random connection closes (#832)
* Add nsmonitor again + add additional checks to prevent random connection closes



* fix 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 27, 2024
1 parent 5de8289 commit 2f66779
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.20240518183313-7b51d9c9b5d0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301
github.com/networkservicemesh/sdk-vpp v0.0.0-20240524134913-57d31ec81730
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
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.20240518183313-7b51d9c9b5d0 h1:nC7dOI
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-vpp v0.0.0-20240524134913-57d31ec81730 h1:czZ+W65pgEZ7Gt6/5mT9gTSUEUP++sOJzZwfDXvE1dQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240524134913-57d31ec81730/go.mod h1:0aHfHCxn4uO+iZQBDoWOTNOZHTErcA1KJjT7UvzpPZI=
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=
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 2f66779

Please sign in to comment.