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

Merged
merged 1 commit into from
Nov 26, 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 @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20211125082236-d74c1f353dc0
github.com/networkservicemesh/sdk-k8s v0.0.0-20211103091718-33b5af79cf03
github.com/networkservicemesh/sdk-sriov v0.0.0-20211117213205-b1980f419277
github.com/networkservicemesh/sdk-vpp v0.0.0-20211125083027-963a71210cd2
github.com/networkservicemesh/sdk-vpp v0.0.0-20211126123530-b21fcd197378
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 @@ -362,8 +362,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20211125082551-2a0236e7e0a9 h1:P
github.com/networkservicemesh/sdk-kernel v0.0.0-20211125082551-2a0236e7e0a9/go.mod h1:0yLn9kplTenf9DrRGWS09Varo1bBFWKh7u8YytG3EXM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211117213205-b1980f419277 h1:FzDi+Ogpm6GMlx8AupMuiPlw8RyKYmZpg2YLJQZ6vDw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211117213205-b1980f419277/go.mod h1:3/Fucpztn8a0jBk/JIFCLBG5rjkfwrsbFeN61G1DpZY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211125083027-963a71210cd2 h1:CF+LtDP1eORoXUHxQcS+l2reDtNqiQkAZrzvcq5i4xk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211125083027-963a71210cd2/go.mod h1:yVzgDITIT8X2UunKSACYbOlcouwkdgDbDAklCmxid5w=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211126123530-b21fcd197378 h1:Wm0TvTr3eqb0oBiB2ORB+RzceIGlhw6+LPxEvpeQbmQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211126123530-b21fcd197378/go.mod h1:yVzgDITIT8X2UunKSACYbOlcouwkdgDbDAklCmxid5w=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down