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

Merged
merged 3 commits into from
Apr 2, 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240402094855-f0105d638501
github.com/networkservicemesh/sdk-k8s v0.0.0-20240402095458-1c17df534862
github.com/networkservicemesh/sdk-kernel v0.0.0-20240327123846-41e3a8a4db18
github.com/networkservicemesh/sdk-sriov v0.0.0-20240326083922-3ba40503c14a
github.com/networkservicemesh/sdk-kernel v0.0.0-20240402095331-8baa231c86f9
github.com/networkservicemesh/sdk-sriov v0.0.0-20240402095822-3395f55880b4
github.com/networkservicemesh/sdk-vpp v0.0.0-20240328112356-7adee3b2cd34
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240402094855-f0105d638501 h1:QNWsdm
github.com/networkservicemesh/sdk v0.5.1-0.20240402094855-f0105d638501/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240402095458-1c17df534862 h1:WTJgzdDSQWOXXauBzL1/gL///qdPMMJaGtlyepAIjcQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240402095458-1c17df534862/go.mod h1:voRp3eTITNPPstAozNQYlCWyMUZ8ztYs8j6hxH98buw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240327123846-41e3a8a4db18 h1:TESPPyVYhwzfiOeB12YEANpx+XA6uhE6844FhKjkryY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240327123846-41e3a8a4db18/go.mod h1:S2WkawTTg3Y6NgqKpcq+G9PWka2fV7GpZFH6dVYEb1c=
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-kernel v0.0.0-20240402095331-8baa231c86f9 h1:kjIqWfnLYyMs0cRZlAm3bwdbkJItdkxnjfmqh5B4WmE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240402095331-8baa231c86f9/go.mod h1:tMttISGFIFe/lPZ7xoVBqoP9yM4FOSqs5PZWLmU4S4Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240402095822-3395f55880b4 h1:2J4Ne8q77vMaLIu36vh8BACIqPticUamX5zDq+WXzZY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240402095822-3395f55880b4/go.mod h1:HfnimMAHeq81ZoeLqtjTRpjd73usBltbfT+J2ZVhlNI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240328112356-7adee3b2cd34 h1:qQfUG8yJsAKyIoTTeiA0dhf1XmTRdSG1/KEif9mRx9s=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240328112356-7adee3b2cd34/go.mod h1:SWEl7XEhPArOU0uq6Z34aATre3znbXguvdWcrKtj9gc=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down
Loading