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

Merged
merged 1 commit into from
Aug 12, 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.20210811070028-10403c0f20c8
github.com/networkservicemesh/sdk v0.5.1-0.20210812061140-55d32c7c6e53
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812061726-8a099011f406
github.com/networkservicemesh/sdk v0.5.1-0.20210812070452-eeed15872b02
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812071137-6e2e3ca3e9e5
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.20210811070028-10403c0f20c8 h1:kr2/dA/ktBgnChorXBwjn7fdpRKB+eJI2xCPNCGt3ws=
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210812061140-55d32c7c6e53 h1:cJo9cir8jTIbdlC6lZZDrnZRwUkjs4gJ4xKRRgRpVq0=
github.com/networkservicemesh/sdk v0.5.1-0.20210812061140-55d32c7c6e53/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210812061403-993d7ba63c3f h1:xHeaV2sygId2cjBgFOlvkr74LN4VC/vtYQype/cZ4v8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210812061403-993d7ba63c3f/go.mod h1:jCdEFvWHHc1OJq/SEbgBKQm7GxdcKGSoPK3F54uoyBY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812061726-8a099011f406 h1:7HHB0pjBdGXXcgqXyuR9DInUQ0xCHz2QZzm7h1bd/Fk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812061726-8a099011f406/go.mod h1:ebe+7PthSzMJ6JcQivaJ3H2LcUz6Mv3mmbG/m5aoq3U=
github.com/networkservicemesh/sdk v0.5.1-0.20210812070452-eeed15872b02 h1:/gWUZNePhHhfRcTDE0acFe+q70qs57QP5G5kc/uoI6M=
github.com/networkservicemesh/sdk v0.5.1-0.20210812070452-eeed15872b02/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210812070806-fb51a86a6c72 h1:Aybp+XprQAhGCCKjM4aEnwEI7J8VQMv5T34vFdgJBpw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210812070806-fb51a86a6c72/go.mod h1:NBd7tpFQielGRT02Cv5IioILZdd8y75wx/6ZjPq8YuA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812071137-6e2e3ca3e9e5 h1:2gGa9a27wDikpH5+OqMSN3uHbEFzBaO5XfvX/hxUTEg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210812071137-6e2e3ca3e9e5/go.mod h1:DtIW3i7ajBV/gisFLYqwP+TPnfg/NGlDETNcd3JtJHo=
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