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

Merged
merged 1 commit into from
Apr 29, 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 @@ -10,8 +10,8 @@ require (
github.com/google/uuid v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210417193417-dd329f8d6b7a
github.com/networkservicemesh/sdk v0.0.0-20210428123532-ef04aec9a3cd
github.com/networkservicemesh/sdk-vpp v0.0.0-20210428124009-20faa6662a04
github.com/networkservicemesh/sdk v0.0.0-20210429065415-e5d480b04fd5
github.com/networkservicemesh/sdk-vpp v0.0.0-20210429073300-5772eb3b998c
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 @@ -140,10 +140,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-20210417193417-dd329f8d6b7a h1:BakXE3Zu+KLMYEgwcfL3zsff5J1DxCt/rI60x6KU5Q4=
github.com/networkservicemesh/api v0.0.0-20210417193417-dd329f8d6b7a/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210428123532-ef04aec9a3cd h1:sz1Kg5riW9MeBPqtOzzsdGi6tI9Rgx17YlMmf9sa8v0=
github.com/networkservicemesh/sdk v0.0.0-20210428123532-ef04aec9a3cd/go.mod h1:wV3wbgR7d7BaHJ8yPHtkXEj9jZ0WvZWsfHJMarV4VQ0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210428124009-20faa6662a04 h1:O/t8EgqdNYDL32ougjIPkGHBSNTbQ2GwyInWC3aUAnE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210428124009-20faa6662a04/go.mod h1:jFO5mTuKF5H+/QeMnWIRaMpqDQwutmi8Xv/jURz1lgk=
github.com/networkservicemesh/sdk v0.0.0-20210429065415-e5d480b04fd5 h1:vgVHA5zBvc/VJ5lLKGytY+NaGoqH9mfqMoxXvExeMwE=
github.com/networkservicemesh/sdk v0.0.0-20210429065415-e5d480b04fd5/go.mod h1:wV3wbgR7d7BaHJ8yPHtkXEj9jZ0WvZWsfHJMarV4VQ0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210429073300-5772eb3b998c h1:uK14RajC6muKJo3W98yxOMd3IXpsjGFIM6qSmn30Zsw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210429073300-5772eb3b998c/go.mod h1:SxYwkO7sNjfjIOvY37rWEHx4/LXjr7wLE6UFfQ6BU3Q=
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