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#762

Commit: af5c232
Author: Artem Glazychev
Date: 2023-10-24 17:10:56 +0700
Message:
  - pinhole: fix behavior in case of creation error (#762)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 24, 2023
1 parent 5351858 commit 8b9d155
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-20230922102554-a46e6ced9b14
github.com/networkservicemesh/sdk v0.5.1-0.20231017110504-02ca02e6655b
github.com/networkservicemesh/sdk-sriov v0.0.0-20231017111326-9abda8cf6665
github.com/networkservicemesh/sdk-vpp v0.0.0-20231017111430-e72849997c9d
github.com/networkservicemesh/sdk-vpp v0.0.0-20231024101056-af5c232074a1
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20231017110504-02ca02e6655b h1:ko0dHc
github.com/networkservicemesh/sdk v0.5.1-0.20231017110504-02ca02e6655b/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231017111326-9abda8cf6665 h1:7TFAPFVVc/NdkLy+uW67Aye9HHK1ff24b1UqwGA6/O0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231017111326-9abda8cf6665/go.mod h1:5nldR0AbPiJ0Nj9Hxd98fxqW8CBnreQVbhu3vVsaQfw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231017111430-e72849997c9d h1:Deoic4pRNPx7lrxqjlERK5NbQa3nkqPIlCU0xqnHsrw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231017111430-e72849997c9d/go.mod h1:ljnBVXLJCVFZnhtY+dG+gnDiNrrPmFN7yWERC5Iu7fQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231024101056-af5c232074a1 h1:A182vT0ZpW4uXXDyRTLGp0ch9C89NLNbG19OEtcsKGs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231024101056-af5c232074a1/go.mod h1:ljnBVXLJCVFZnhtY+dG+gnDiNrrPmFN7yWERC5Iu7fQ=
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 8b9d155

Please sign in to comment.