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

Merged
merged 1 commit into from
Jan 23, 2023
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 @@ -8,7 +8,7 @@ require (
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd
github.com/networkservicemesh/sdk v0.5.1-0.20230117143815-57af8274d643
github.com/networkservicemesh/sdk-kernel v0.0.0-20230117144215-59c6227ae3f4
github.com/networkservicemesh/sdk-sriov v0.0.0-20230117150657-4fb621f0f10a
github.com/networkservicemesh/sdk-sriov v0.0.0-20230123083254-0832cd5f1dd9
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20230117143815-57af8274d643 h1:+huWTP
github.com/networkservicemesh/sdk v0.5.1-0.20230117143815-57af8274d643/go.mod h1:++MSpR2wuFlCpCYoR6lELxJ4ILKd650vDQ8d9CtGAzA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230117144215-59c6227ae3f4 h1:JkkqJFUxXLkZvtob9yrkmqsei7rPIvkcwpquGSLs4HQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230117144215-59c6227ae3f4/go.mod h1:Q+VjFkjGQDsi/Dmx5nh7g+bNqPaQqYUYlEeZ+bQnzTo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230117150657-4fb621f0f10a h1:HMWD8zn0Q7TLwsPVFltKrTWisLFwoPXtOLSvEyD0hHc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230117150657-4fb621f0f10a/go.mod h1:cHfHd5DetxjoYBYnt5z4RxZ5RWy4I5hvbo3tRrouGb0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230123083254-0832cd5f1dd9 h1:c+5CV7NkVLye2nhgx9FuHuE56h7HYQjt50s4P/e+P2s=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230123083254-0832cd5f1dd9/go.mod h1:cHfHd5DetxjoYBYnt5z4RxZ5RWy4I5hvbo3tRrouGb0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down