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

Merged
merged 3 commits into from
May 16, 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.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69
github.com/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8
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-20240328101142-8a444680fbba h1:7B6X6N
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7 h1:TuBrBMCTgFWLWvhoCp7gwjjrZcwLj/pu0KoLpgMVedY=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078 h1:eiT7/KlWiBHjeVZxY9IJq+5P+t1vlQJhVw5T6oztInY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078/go.mod h1:vEAplvBxX3e5vSuKXgyrLdCXxZjtcVjJtcT0kfchX1Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69 h1:YynrqY13mLr6gQhYEvuusNzkuhOTBLmKilcRicIP63Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69/go.mod h1:1bIeUNVBjOhbpVgJkj4qIpgq28PvkMUlrIAbVHx3ZMA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8 h1:Tt5e03IX9tr5bbP+LRim54P9gaz8MSB/1cf67aZ5JaQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240516080549-9bdb057213f8/go.mod h1:PUnk1Ms/XXSZh9+8rdE1xy2bSoIeYCO2UTfHyXz2eGE=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down
Loading