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

Merged
merged 1 commit into from
Nov 22, 2023
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985
github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9
github.com/networkservicemesh/sdk v0.5.1-0.20231115135824-7e78948c1d57
github.com/networkservicemesh/sdk-kernel v0.0.0-20231118135038-f8971e78ec9b
github.com/networkservicemesh/sdk-vpp v0.0.0-20231121121029-0b038c4047f6
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87
github.com/networkservicemesh/sdk-kernel v0.0.0-20231122111254-249e5a95b0da
github.com/networkservicemesh/sdk-vpp v0.0.0-20231122111632-e932e1e7f850
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 h1:uiWxB
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9 h1:f6WdRqdJCz7iCOHcgOY2BXURz/j8iS7Y21ss9VCp7w4=
github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9/go.mod h1:uTpdzM7rhTAJG86sjt3dQcHVABUgohuZCAyGWX5Rfmo=
github.com/networkservicemesh/sdk v0.5.1-0.20231115135824-7e78948c1d57 h1:fgAvwHchbdxQZTEbaeQBsz260uCCs2tZCET9F0q6zvI=
github.com/networkservicemesh/sdk v0.5.1-0.20231115135824-7e78948c1d57/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231118135038-f8971e78ec9b h1:Wu1Qtvl3WNaJqwdcWLzfiRhX08ivLB1AZUuzdWy5Iik=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231118135038-f8971e78ec9b/go.mod h1:OW2aLaO4rOFKOkkeUPJZrP32/Oj1jwA02Y4BiD10TyI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231121121029-0b038c4047f6 h1:AmhnC6L4356oAAVmz6RbCcBwKLLlIHXR0cNmw3GPM6w=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231121121029-0b038c4047f6/go.mod h1:lCnoSmq49zEb+hz66n1qEvTHtHDNE8jEBdmtlXo+yQo=
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87 h1:IKFkuJ/npPNgd0bfzoXyL/WPkVbUb6U23Fj+HRswp+g=
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231122111254-249e5a95b0da h1:4SHNGiWNn4AyXuw84xFizzl9hi5ewY89vxllgtHgtRg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231122111254-249e5a95b0da/go.mod h1:/w6Rmv3BsfTF/eRDeYu26LGLT9zkkJc+IE8R3VE28ls=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231122111632-e932e1e7f850 h1:kCpJYRhrcNcwMW7p2LCG637XpXNOegnfliKqaRENxhw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231122111632-e932e1e7f850/go.mod h1:sny/hPeb89X3+6BhKjQiJGc4ipEju4bNExkzAbVue9o=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb h1:SETtZ12eYPkUGafW1DwGb8kSOR8O4OniSuZnqn2bOOw=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb/go.mod h1:gHuTaUs1uFvyOY0Cy9DXvyAR2MtwmlPD2NTyYfr6kLc=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
Loading