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

Merged
merged 5 commits into from
Aug 19, 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 @@ -18,7 +18,7 @@ require (
github.com/networkservicemesh/sdk-k8s v0.0.0-20240819093526-ad1418da797a
github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91
github.com/networkservicemesh/sdk-sriov v0.0.0-20240819093621-8447a4a3f199
github.com/networkservicemesh/sdk-vpp v0.0.0-20240815205530-f87941372dfd
github.com/networkservicemesh/sdk-vpp v0.0.0-20240819093708-12509d5c341b
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91 h1:s
github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91/go.mod h1:eCKvsQyvharf35MLlqaQ9PF8AtTjgdFpsoprVye7zb0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240819093621-8447a4a3f199 h1:wUo1fWJAZ5RkW0FaZ1DekwOKKCe6zhjJrBcQdGGfUBw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240819093621-8447a4a3f199/go.mod h1:pMxDdhmCcfwQFrtcljU5CmSFyrCMsbAlH6dZjb5BjGU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240815205530-f87941372dfd h1:9QeaiD+s3/0WCD7fifLhODpBQ9I27Jr1FD4gO+vQ5is=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240815205530-f87941372dfd/go.mod h1:kBfSc/R4hen5kt/psIIlhXmn53bo5ayXyqJkn9oFjtA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240819093708-12509d5c341b h1:29EvRX9L5ijP9qyJRJXJGpiFMZS7Kc+SxZERp4lJ7w0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240819093708-12509d5c341b/go.mod h1:dzzJ0EPV3+tOZyJuzRMGBxK0BNezStxml+AfmLD7npA=
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