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

Merged
merged 1 commit into from
Aug 16, 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.20210813105611-1fce3fedbc1f
github.com/networkservicemesh/sdk-sriov v0.0.0-20210813110205-54401b7dec50
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9
github.com/networkservicemesh/sdk-sriov v0.0.0-20210816060611-55a7baed0a07
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.20210813105611-1fce3fedbc1f h1:5iealUpLaXe8FCVB9Ji4FRd6UJ7XxYw9AysGo+pJZZY=
github.com/networkservicemesh/sdk v0.5.1-0.20210813105611-1fce3fedbc1f/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210813105830-6c453a6decf3 h1:CCY4jMizYP/GLZYAx00eFhXlyyu8T7i4Ii0lyVnW4+M=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210813105830-6c453a6decf3/go.mod h1:CKpDzXBbl3IWqV/aDxHs8P+VsvRows1ppNTyJtsyatk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210813110205-54401b7dec50 h1:cJId8y5N+3hqwIrUVVlTadWc7775cYonkPhOFsSLeGI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210813110205-54401b7dec50/go.mod h1:DkAqr59VEktHN7cT4u+er9ZYXJgzkQnGDucPk+U2Ndg=
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9 h1:Pdi6F1Gd9BtShj2pPLloV+y//041IBIeO4JpYCQ8lBg=
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210816060248-0a018cbe4dcc h1:xJtGpPBRTbuLqOUW9qMJMRRu/M3/UqILhaRKD87q3C8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210816060248-0a018cbe4dcc/go.mod h1:vYmRfR0T84UUE+tIG2oknLBwuEx6EmPOACj4QN6wu6k=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210816060611-55a7baed0a07 h1:MbuoCWnI735XOwwJysuQYcC4ckkWTTCsRxu1pmwx5/o=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210816060611-55a7baed0a07/go.mod h1:jhlrT+pj7bGvqLEuVgNCx2ntvtKKlBC4X+lDINskaOw=
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