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

Merged
merged 1 commit into from
Apr 4, 2021
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 @@ -7,8 +7,8 @@ require (
github.com/edwarnicke/grpcfd v0.0.0-20210219150442-10fb469a6976
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c
github.com/networkservicemesh/sdk-sriov v0.0.0-20210403170850-e145f14db322
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.5
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872 h1:Eg8ZgcJ0bukl10gHNVpF4lXDwg5JHig7E4RM2SdJ29k=
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872/go.mod h1:8daUQzI8sUvvNiPF6G3esmEvNQM/lJuAOobjdgtq2FM=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c h1:nDRy9W9/J766fyeXMPz4rzUnVvyznwpYDfVN98DLtpY=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210403170458-c7ac5e7ab6b3 h1:YemTmGD22pbwqcR/URzGibK19UfoQIMHwsQI3++yqYU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210403170458-c7ac5e7ab6b3/go.mod h1:+MKa2Fi5pK0QpL/xuz2Utk2tnBPXrosGZBdR9Hhn7nI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210403170850-e145f14db322 h1:YS72SdWLggYvYX+f1RFbMZy3+QdJGa+TUPMEUocYB2U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210403170850-e145f14db322/go.mod h1:BMQqx/yDK4KtfekvnnANyBwfpUV6/NMxFMEGpkqk3r0=
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f h1:ys0PPFokA8c/z05XNHPPUSLsN8uyhT3SQx8Juo3f2zM=
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0 h1:acb25Tcp5DyQ4q8eAvH3ltu4wZfdyljvER6To2E8WAQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0/go.mod h1:rr59aWWDF6+BYve9ngbb6ql8AP+AWHbjjb+0MPGum8U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5 h1:5JIULZzLRuXSRGm0T/tGHXwGPlzW3dS+VE60016FXmU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5/go.mod h1:e73RUGDyWGV0ug2pXM0bEjr3TmPJPqpTxuOdi3WG6Wg=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down