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

Merged
merged 1 commit into from
Jul 12, 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20210225052320-b4f1f1aff45d
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33
github.com/networkservicemesh/sdk v0.5.1-0.20210708104739-6d7c5b4e2cbc
github.com/networkservicemesh/sdk-vpp v0.0.0-20210708105057-0bce7cb4ad25
github.com/networkservicemesh/sdk v0.5.1-0.20210712111156-ee5abaef407b
github.com/networkservicemesh/sdk-vpp v0.0.0-20210712111540-b1da21cc1ca3
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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,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 v1.0.1-0.20210707174502-3bce416a9f33 h1:jBCwRQUVHVjKCiv9JYhtSyF0YorVMQ17Tnyllt1HcRw=
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210708104739-6d7c5b4e2cbc h1:xGBkHQGVfrgWH21+Ey85yvsAkyMpFfnRnjZBKczFQBQ=
github.com/networkservicemesh/sdk v0.5.1-0.20210708104739-6d7c5b4e2cbc/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210708105057-0bce7cb4ad25 h1:mS5UBAHuEzbCMyezGZ0GPHIamh/OsruU/s2YSpLL3aw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210708105057-0bce7cb4ad25/go.mod h1:5lq0ts9AUFq0ZcOp1u9E39Lac/OV2DZDt6tsVKbCJHY=
github.com/networkservicemesh/sdk v0.5.1-0.20210712111156-ee5abaef407b h1:DvJXHZEZOZ27FMUNUIS59TepOv8por7dUQIzsqfzzD0=
github.com/networkservicemesh/sdk v0.5.1-0.20210712111156-ee5abaef407b/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210712111540-b1da21cc1ca3 h1:00Fvm25sOgsaHQGWCaL5cuZ1fLRhcaTbURfrUrsFgpw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210712111540-b1da21cc1ca3/go.mod h1:QuSytWWiPiR4cuWY36vlORfDfZSdWpehmp/Ul5NgrCw=
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