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

Merged
merged 1 commit into from
Jun 6, 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 @@ -11,7 +11,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c
github.com/networkservicemesh/sdk v0.0.0-20210605071920-4213ac78c938
github.com/networkservicemesh/sdk-vpp v0.0.0-20210605072231-2d098c015ca8
github.com/networkservicemesh/sdk-vpp v0.0.0-20210606015200-405321a5fdf6
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 @@ -142,8 +142,8 @@ github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c h1:ObRpCyzB
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210605071920-4213ac78c938 h1:dCjZAD7GB2oGHCbX1a1vHKYJ4koU00UgJBEPEI2olUA=
github.com/networkservicemesh/sdk v0.0.0-20210605071920-4213ac78c938/go.mod h1:YCZ1Kdcs9QEpCjAuLD2uA3zjy1MVOv3LbweHWHDDxSY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210605072231-2d098c015ca8 h1:cqP1MOXpT0q00KNDocCABkiCFYahZ5LH03tWC8kh1L8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210605072231-2d098c015ca8/go.mod h1:4SVMkWEgZFi/0EBNZ7bR78I14jJNi7CsUWbuYSUOPV4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210606015200-405321a5fdf6 h1:LF7/9/hh6jKoozVsK5OvaOtWKQ+4JM2oN87f2oeg6lE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210606015200-405321a5fdf6/go.mod h1:4SVMkWEgZFi/0EBNZ7bR78I14jJNi7CsUWbuYSUOPV4=
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