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-sriov #1203

Merged
merged 3 commits into from
Nov 5, 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 @@ -17,7 +17,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20241105144227-370b7b5f046c
github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e
github.com/networkservicemesh/sdk-vpp v0.0.0-20241105151152-bac4bf1f29cc
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224 h1:dSFC
github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224/go.mod h1:I/+5Lu+imUrGtAuegmaaiiEcQXVitrhO7ntHSMqTMVo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5 h1:LjndrfG+oOTGtLkrmz4z29H1Ze5or6tOSVX9yQ9yir8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5/go.mod h1:2J8lOoC8wlQPeusiwFTCxxW/HNv74rQ6Igsxhj5j27g=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d h1:V49GNcH1r70MzkKT9gP1jond3O36D8o/zIisONQYjq0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d/go.mod h1:MhtcgoM3RdQZJoPWVTDMPIFdnuNL9HlgNXOqAy+6cn8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e h1:v9KeGHP1idpzn4pd8slPXx2NqjfSOnTYhDZbmLx55Gg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e/go.mod h1:RYvsuuThYZWbe/cAi9dKOymCHep+l8jHL+PRVKk0AdQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241105151152-bac4bf1f29cc h1:/61Pfmm18UqOsWp9f5KR3qIZRz4PIAAZUctELhp3kgU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241105151152-bac4bf1f29cc/go.mod h1:BxNG3TG4C/Xm8Z4uZHXVKYKkkOHghOJGB7LkPSqveMg=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down
Loading