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

Merged
merged 3 commits into from
Jul 6, 2022
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 @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/api v1.4.1-0.20220705145838-0b96f94a2adb
github.com/networkservicemesh/sdk v0.5.1-0.20220706093325-9d885cffbc5c
github.com/networkservicemesh/sdk-k8s v0.0.0-20220704121926-d88dd1974c29
github.com/networkservicemesh/sdk-sriov v0.0.0-20220704122303-ad8159884864
github.com/networkservicemesh/sdk-sriov v0.0.0-20220706094448-fe3d3b740841
github.com/networkservicemesh/sdk-vpp v0.0.0-20220706094402-72181b4b3611
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ github.com/networkservicemesh/sdk-k8s v0.0.0-20220704121926-d88dd1974c29 h1:VvJM
github.com/networkservicemesh/sdk-k8s v0.0.0-20220704121926-d88dd1974c29/go.mod h1:ejEUh1eqT+4f1Ct2MhmDr/5Zdj1J6ScEF0yArFsSNzU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220706093902-9d98b29132d8 h1:A9HzxIHbU9nyS84eZKVrFa15NO6wNK5W0jYPUcHml2o=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220706093902-9d98b29132d8/go.mod h1:j1LsLxUiCjio4xuRSOusOMXiGMJhuUosvzKp1R5pcfo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220704122303-ad8159884864 h1:RybL1fIHFBdnSPBtpyQba5yeFVjzCF40RxaDx512ZsE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220704122303-ad8159884864/go.mod h1:Nr+r1gD/lxsO/FolWcz3E/Hm+O8dhN6PIGqMcCjkkwA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220706094448-fe3d3b740841 h1:Mz1zJB1eu4ejPAAmaVxSK50cCIDFQbgKEJBRku5mBhk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220706094448-fe3d3b740841/go.mod h1:ojUqb9JSiM/zHlqgiymNEOMimAwTJgofX/rRM6XeJcE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220706094402-72181b4b3611 h1:Xgyo0ZaCUvzBy0bMdxcSqU/GP3FxbbkJgnRChiKmQZ4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220706094402-72181b4b3611/go.mod h1:Q7IZnodk4CIFz1nEHqs6/spIP+FlI1cbITwMygaOsXg=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
Expand Down