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

Merged
merged 1 commit into from
May 17, 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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/Mellanox/sriovnet v1.0.3-0.20210630121212-0453bd4b7fbc
github.com/golang/protobuf v1.5.2
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b
github.com/networkservicemesh/sdk-kernel v0.0.0-20220516232340-6fad2237ad6d
github.com/networkservicemesh/sdk-sriov v0.0.0-20220516232725-8d2333e19356
github.com/networkservicemesh/sdk v0.5.1-0.20220517020800-1955d6165f5f
github.com/networkservicemesh/sdk-kernel v0.0.0-20220517021108-8a05a87f1545
github.com/networkservicemesh/sdk-sriov v0.0.0-20220517021452-65d614fd2999
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.1.1-0.20220118170537-d6b03fdeb845
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab h1:hV6T7Kvze0qQphqi6g5ZKFoJ0m08OKdWETUINo3tuaA=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b h1:EbnWQCZGG+MFirJabvwa63634xfG+YW3afwlZ6jSq3g=
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b/go.mod h1:Wj9RnSFeFBHWlJGOrqgnAg6AWbaQud9XVKxByh5IS/A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220516232340-6fad2237ad6d h1:EXDZQDX7D6fvEpBSXLNO/9EmuD0+Qrea8vu5NcuU8mc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220516232340-6fad2237ad6d/go.mod h1:qXoFH5jKCSsoSqeV1YZ9pX0p1WFj+4CqAUqeSstqx98=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220516232725-8d2333e19356 h1:sKdv/KpHmVk3uOauIX9CgoJCZD1PCQXbxxJY/FGumI4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220516232725-8d2333e19356/go.mod h1:by4zw8EV6H85gZUjHYpjBRpmtfivCTTx8Hyu+le9t7w=
github.com/networkservicemesh/sdk v0.5.1-0.20220517020800-1955d6165f5f h1:YOs69OpxcbKZ08tPmXTgSwtNUs8wCWuVDocvGxNIT7I=
github.com/networkservicemesh/sdk v0.5.1-0.20220517020800-1955d6165f5f/go.mod h1:Wj9RnSFeFBHWlJGOrqgnAg6AWbaQud9XVKxByh5IS/A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220517021108-8a05a87f1545 h1:KhTxBqNzQP04skjYR4DEN4ngHRXGlTKZnYNlto70Eys=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220517021108-8a05a87f1545/go.mod h1:XWr+GRikueZo3rMO4wuQ10W3PPJEonm0zVa2XR9iQ4c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220517021452-65d614fd2999 h1:LKAEEju3ILYwFC7TfPk/q1AjvX0n2fOtymU7DPk04Uc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220517021452-65d614fd2999/go.mod h1:CkvB3yoVlF4MKv1V7gMukNpJWxwSoGNpWs4E/bDz/Qk=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
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=
Expand Down