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

Merged
merged 1 commit into from
Dec 6, 2020
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 @@ -15,7 +15,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4
github.com/networkservicemesh/sdk v0.0.0-20201206194333-44de596cc687
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206194803-21d9293d8b0c
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206200047-3582614c7196
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4 h1:2HsHa5Qt
github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201206194333-44de596cc687 h1:Qnz+ArNi/np4gObMtCLuGLmE0s9n5Xeeo/OkqbT2c4Q=
github.com/networkservicemesh/sdk v0.0.0-20201206194333-44de596cc687/go.mod h1:Mh4ETI2Sw9MJ4VSdTyvRYCP1SBtFy7EeRwxfJW7MvQ8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206194803-21d9293d8b0c h1:Rbis8Ce9UoDf6dMlX5nRpn/5xPQq1BAO/fSCnKR099s=
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206194803-21d9293d8b0c/go.mod h1:qvjmK1oQCDPYaYbpj9REysERpM56TaHIGRAPdp4mb+Q=
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206200047-3582614c7196 h1:VtvPqjh5/WRAlNMuMKFkjJ4cdcaBhT+X1M5znLNUjOk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20201206200047-3582614c7196/go.mod h1:qvjmK1oQCDPYaYbpj9REysERpM56TaHIGRAPdp4mb+Q=
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/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
Expand Down