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

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 <[email protected]>
  • Loading branch information
NSMBot committed Dec 27, 2024
1 parent afaf92e commit 56d9294
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 @@ -18,7 +18,7 @@ require (
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb
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-20241209033247-bcb5c25a9f29
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8 h1:A
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8/go.mod h1:a/RfBAu3mdzhXuhL48lC44DSe88BNqW0hQIzCbNkEvU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb h1:ibisZZUh+0NbjV964acDV8WXk8XTm157dulRRKaEnIg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb/go.mod h1:/SttuO6p7mrk9pE3+LwDKuUi+EOva46cp56g4O4eSeQ=
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-20241209033247-bcb5c25a9f29 h1:hqYoTeQ9mFOIoKUMBXg779SU2yJWrrapucKgoPNZ1co=
github.com/networkservicemesh/vpphelper v0.0.0-20241209033247-bcb5c25a9f29/go.mod h1:Qc5x5poZk5cVzcHk4ZIL6+NMC95uoitsmmnl7X9V/Yw=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
Expand Down

0 comments on commit 56d9294

Please sign in to comment.