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

Merged
merged 1 commit into from
Apr 12, 2022
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.3.0-rc.1.0.20220405210054-fbcde048efa5
github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.42.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17 h1:rsxG17
github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17/go.mod h1:QHDp+cawYWaL8UKppdZT9a6hn/1Oi9pUQTBOTjQPeG0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8 h1:7dwK35JgaEm+oYMAEr4cOUzjZUHlrST/zzB0KBV4RWk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8/go.mod h1:/5H2UQB/jwdAReqWaaGdgVpOVYYhkpBz/Oy8+AT7eoE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256 h1:Vh1j4YPHcBw4OAMu3CSo4CYeGw80YOH5PlpinNQ2z4k=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776 h1:VIY6U67Vl2TH1yZBgRLmn9LUmXxfxBA+XfLCPa0k4Ps=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down