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

PR link: networkservicemesh/sdk-vpp#877

Commit: 0653e4b
Author: Nikita Skrynnik
Date: 2024-12-27 18:40:31 +1100
Message:
  - disable heal and retry in registry clients of forwarder (#877)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Dec 27, 2024
1 parent ee32daa commit b5a02ad
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.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e
github.com/networkservicemesh/sdk-vpp v0.0.0-20241224095747-014fe3ab502c
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
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 @@ -178,8 +178,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e h1:8ac6fD
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8 h1:AMuX2Sdy+Hcl6KfT7bqFrV+jubMPFyftDHNzFyAccrU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8/go.mod h1:a/RfBAu3mdzhXuhL48lC44DSe88BNqW0hQIzCbNkEvU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241224095747-014fe3ab502c h1:xCAKXYzD1ptYiNErNhfwbw7awZLxFityvmiup2HlBfQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241224095747-014fe3ab502c/go.mod h1:Ow3qWLIXeJlFOeq+U8B7ATnN1yDVCdQWX13XjLfSaME=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea h1:at9ARZ0IpLCbk8MBYVuD558zv20vVgIbh/A3ntUjlCA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea/go.mod h1:Ow3qWLIXeJlFOeq+U8B7ATnN1yDVCdQWX13XjLfSaME=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb h1:SETtZ12eYPkUGafW1DwGb8kSOR8O4OniSuZnqn2bOOw=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb/go.mod h1:gHuTaUs1uFvyOY0Cy9DXvyAR2MtwmlPD2NTyYfr6kLc=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit b5a02ad

Please sign in to comment.