Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-vpp #14

Merged
merged 1 commit into from
Feb 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update go.mod and go.sum to latest version from networkservicemesh/sd…
…k-vpp@main networkservicemesh/sdk-vpp#104

networkservicemesh/sdk-vpp PR link: networkservicemesh/sdk-vpp#104

networkservicemesh/sdk-vpp commit message:
commit 62801af3ed0a3eed7d58f7c969f30ad8f019c8f8
Author: Network Service Mesh Bot <[email protected]>
Date:   Wed Feb 24 10:12:55 2021 -0600

    Update from update/networkservicemesh/sdk

Signed-off-by: NSMBot <[email protected]>
NSMBot committed Feb 24, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
commit 18fc12d4c363247f3234c39b251c4218e4ff3a6f
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20201229173204-87a3b197f1e1
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224152749-3f4a0cbbb304
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224161255-62801af3ed0a
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -156,10 +156,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074 h1:lMU+bavS8l0vKZKtCYutUFtTaU5jzTEA7bD/s843XYU=
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e h1:5caReYmtSMEI1FNitvdyey6rjrUtSvsEaK9oQqf0rPo=
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224152749-3f4a0cbbb304 h1:zoq/rYQnwdL5YyWWdnwUA4nBE5O2D2YBsdQm92e+Edw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224152749-3f4a0cbbb304/go.mod h1:SC9JBAhkGnnj1mAeJRU7Z3lokZA3x6ETPSrSn5+cOQY=
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f h1:RF8H2+tbQeXTwUC9GFu/w/f/MifTFWZq5hgubnZ/KLI=
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224161255-62801af3ed0a h1:T8qI/6pZsXIIX5ZA8pWQ6HgdJGwWtYXdFMUcBxwl/4I=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210224161255-62801af3ed0a/go.mod h1:KlYlVxU4PyHuFrVqe1b5MOlHv+I1iIsQsziNOhsQryo=
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=