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

Merged
merged 3 commits into from
Mar 26, 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 @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240325104451-92facbceb926
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb
github.com/networkservicemesh/sdk-sriov v0.0.0-20240325112934-b4e50244bf0e
github.com/networkservicemesh/sdk-sriov v0.0.0-20240326083922-3ba40503c14a
github.com/networkservicemesh/sdk-vpp v0.0.0-20240326084013-ec05a799e906
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 @@ -118,8 +118,8 @@ github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf h1:K5lgSm
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb h1:TuX3GMMJGno5LrNSN8cXudr55uk2vw/FJGibngjA15U=
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240325112934-b4e50244bf0e h1:DqHZluaKOv4/poZ+aZO6bJl+LqebrEQhTlxUgUHDJNM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240325112934-b4e50244bf0e/go.mod h1:gRuZsl7968u4RSMGEA5wDt1lDHj7ap4uc1VhcL96w8Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240326083922-3ba40503c14a h1:UxaieVOiliJt8PxXWT4i9vxacBUhkpH5ojGGHj/Da38=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240326083922-3ba40503c14a/go.mod h1:ksT+cePJZODKLpi5Al/HcH8aHUlIEzURL26mudS9Hdc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240326084013-ec05a799e906 h1:n3R98AZOOWRJ1ElS9SWHSnVyTpQjyUdORlKW7zXuMzE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240326084013-ec05a799e906/go.mod h1:wW9tA0xGFQxVmOXIb+5P8UIK0trBm9wkn3WlRLLXajg=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down
Loading