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

Merged
merged 1 commit into from
Nov 2, 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.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e
github.com/networkservicemesh/sdk v0.5.1-0.20211027122123-f20e20a27721
github.com/networkservicemesh/sdk-sriov v0.0.0-20211027122636-09436c70ef68
github.com/networkservicemesh/sdk v0.5.1-0.20211102013519-0eabc52a2346
github.com/networkservicemesh/sdk-sriov v0.0.0-20211102014027-f5c35d10e57e
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
10 changes: 5 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e h1:PO6tDo/bGLJqz1qiqCecht/HqMWCKunAds2U9Hvc0yM=
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211027122123-f20e20a27721 h1:Dd2v/5h07xA8Np+QO05sKaPQA9XKVHqOckIIgRgagOE=
github.com/networkservicemesh/sdk v0.5.1-0.20211027122123-f20e20a27721/go.mod h1:Y9dl3Y4VS+g5oIGQCr3n8fIDQmrPBxi2MD9Yz8ouCKA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211027122343-e912dfa59a25/go.mod h1:4FhhOfUXztdyYMGtYxdjt3Vb2owHSYm98IrjNOB+vho=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211027122636-09436c70ef68 h1:qpF1LjSPn0gT/o+GIfxst7y9vIU2ap+OzBDP4lmGYt8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211027122636-09436c70ef68/go.mod h1:jtTMj85aoW2Vs2ofq8Dp1yUl5c/XuONWCY1JOY1ZLpU=
github.com/networkservicemesh/sdk v0.5.1-0.20211102013519-0eabc52a2346 h1:peUuSbLaRvwQgVRNDmawkK63JrSws34h47nIUb+Z29Q=
github.com/networkservicemesh/sdk v0.5.1-0.20211102013519-0eabc52a2346/go.mod h1:Y9dl3Y4VS+g5oIGQCr3n8fIDQmrPBxi2MD9Yz8ouCKA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102013727-06a25a6df576/go.mod h1:zx79EE7IKTkcyTyrXDLkvjjZxYWH/bK1DAKxTjP+mI4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211102014027-f5c35d10e57e h1:2/4M2QZknA+aLNUkQKdgDVUDXELw9/RSx2tFn5wxIyY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211102014027-f5c35d10e57e/go.mod h1:LCqUfBhi1Nu9qdLjvzneW8TpF224C6MhVQ7n30wZTKA=
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