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

Merged
merged 1 commit into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
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
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/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe
github.com/networkservicemesh/sdk-vpp v0.0.0-20210719133447-3c0abd69b34a
github.com/networkservicemesh/sdk-vpp v0.0.0-20210720140406-7b2757c9431c
github.com/onsi/gomega v1.10.1 // 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 @@ -149,8 +149,8 @@ github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e h1:cCRjV+
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe h1:FWulZul4IrKUBSbD5TEhChF2TZJHD5qUAOBwzqaf5TM=
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210719133447-3c0abd69b34a h1:YbMiwOay/u7X2ShcN3i88Z7Sl67xdePDSeaG1JdPdIw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210719133447-3c0abd69b34a/go.mod h1:2I5ji/GHlgrledTvkwCDS2kjXt5MTwkl/fezAyrdSNk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210720140406-7b2757c9431c h1:XH2KzphKSzTBqCgxIceZoCcselzBsLQYT3eXdJq2EhY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210720140406-7b2757c9431c/go.mod h1:2I5ji/GHlgrledTvkwCDS2kjXt5MTwkl/fezAyrdSNk=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down