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

Merged
merged 1 commit into from
Jul 25, 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.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e
github.com/networkservicemesh/sdk v0.5.1-0.20210723151422-eb8d4f46d79a
github.com/networkservicemesh/sdk-sriov v0.0.0-20210723152159-28796c624838
github.com/networkservicemesh/sdk v0.5.1-0.20210725184904-92b282404ca1
github.com/networkservicemesh/sdk-sriov v0.0.0-20210725185840-c3c452660ce3
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 @@ -120,12 +120,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 v1.0.1-0.20210715134717-6e4a0f8eae3e h1:cCRjV+1sOuOrCF/0IPXH2PJ1y7hEbuqX9k+OFnU7xhU=
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210723151422-eb8d4f46d79a h1:IzH4+ejUxPJuCZh9tQRfAMsZet2fXKvUTJfKFrTxV+E=
github.com/networkservicemesh/sdk v0.5.1-0.20210723151422-eb8d4f46d79a/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210723151738-744390ba5cee h1:4Xz2I5VvVi5EALtYO023ceuj9DYdUxl+3gFCmi9vFZw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210723151738-744390ba5cee/go.mod h1:sa13iW6JHpuG+Gt386J60Rq9TviWRYoyeoia5Vvz37Q=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210723152159-28796c624838 h1:YoYxQwMWNP6cj7YU7FyfASR4wxppcUur99fsHc2Unro=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210723152159-28796c624838/go.mod h1:0lykuwWw4o0nRXvN6yVlaM6KRWkQHbZQxdu3RU8vP04=
github.com/networkservicemesh/sdk v0.5.1-0.20210725184904-92b282404ca1 h1:yu7Xnu+KwQasCw3Vt7siN2e8Nr2gSjwicDj14Ug7/iU=
github.com/networkservicemesh/sdk v0.5.1-0.20210725184904-92b282404ca1/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210725185450-edd90899d7be h1:0uS4cEtEhqL7CFZmmYtUjqIDbCGo41ZQrfL9osBwbmY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210725185450-edd90899d7be/go.mod h1:keuHPx4uM38mogyvKx22q3D6Pb2yYSnjazD+wAHVoh8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210725185840-c3c452660ce3 h1:UjYzRiGKkcPLCxv7OEgAgX6KaS/HO2D8pURSydMqnNQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210725185840-c3c452660ce3/go.mod h1:raou4nyaHdmQ4psqB/7aXH6yBlwM1BQmCxUMBIMnYDg=
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