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 networkservicemesh/sdk-vpp#

networkservicemesh/sdk-vpp PR link: https://github.com/networkservicemesh/sdk-vpp/pull/

networkservicemesh/sdk-vpp commit message:
commit b80266f2d98c693babdbe416c31ff7cebdca10c7
Author: Ed Warnicke <[email protected]>
Date:   Fri Apr 2 15:04:23 2021 -0500

    Add a quick short circuit for unsupported mechanisms to chains/xconnectns (#148)

    Signed-off-by: Ed Warnicke <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Apr 2, 2021
1 parent d535499 commit 620e9b8
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 @@ -12,7 +12,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402195647-b460cdd86967
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402200423-b80266f2d98c
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f h1:bvWrS+mt
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f/go.mod h1:Mr5Fa5EJYqTi7spI2K8AMcRSXxLs5zPiRAe2ukkcAxg=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1 h1:mFq9Q4MCEMZpkwxigu9FAFk8kLMOsaWXmVxoA1inpjs=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402195647-b460cdd86967 h1:ZZEeh8LLoRSzyA/ZEMgxJcg5inGVOHvR9JOnqOsRFgU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402195647-b460cdd86967/go.mod h1:mY0GzzuP4otuRPbIZXrUOARyyw2rmOp3DKjN7cx2b/E=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402200423-b80266f2d98c h1:UAr9Pa1UYk23Mvr9Oe2/NQ/ORmf8ohEtGavGMIvG+zc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210402200423-b80266f2d98c/go.mod h1:mY0GzzuP4otuRPbIZXrUOARyyw2rmOp3DKjN7cx2b/E=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
Expand Down

0 comments on commit 620e9b8

Please sign in to comment.