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

Merged
merged 3 commits into from
Sep 24, 2024
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 @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc
github.com/networkservicemesh/sdk-vpp v0.0.0-20240913123228-d1cb44407217
github.com/networkservicemesh/sdk-vpp v0.0.0-20240924102755-6612e2813a0a
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1 h1:nEKnI5
github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc h1:u8w6+BJBkpz00N724tEZGLLgl8T6ohe/tpRZNofre7c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc/go.mod h1:X6AU5k6UTMzVbXg7fydv+GEaQGgE06fkmG/INIDzHmw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240913123228-d1cb44407217 h1:mJGU1scJpG7wWJEhARnoPW2IHfFhpUgTWxK24Tnptaw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240913123228-d1cb44407217/go.mod h1:YsKCwkbBny4CnQDNsTO+fngBCawhWAsMXDxLVl85sZY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240924102755-6612e2813a0a h1:MoleE/01qkEWud9HVQWsxKeQq+hZ2ivY6lo8vSPEc9A=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240924102755-6612e2813a0a/go.mod h1:jJFlBclidElmvEeR66sF3kx9eX2Mfpd+uDO2yRaO5UY=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down
Loading