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

Merged
merged 1 commit into from
Apr 27, 2022
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 @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425234601-89c279b84fcd
github.com/networkservicemesh/sdk v0.5.1-0.20220426235354-235f8a1544f0
github.com/networkservicemesh/sdk-sriov v0.0.0-20220427000136-299019adb400
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
10 changes: 5 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0=
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5 h1:5zQY4PhShozvj/GFJS0dX6ocamAB9oWwEOJviAhGUaw=
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273 h1:JVdnLN82QN1Fp8VS11JoXnB9t8qcg1sZqaY2F4ekT08=
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220425234003-8af7ac522592/go.mod h1:wEKot//6RuOyHoAPkGeKtPJVq07BAea27X9WyjiN2e8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425234601-89c279b84fcd h1:INj44ROkH9IVpU31BSjKCbAWktYeVn1ThkJ9pJJlAeI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425234601-89c279b84fcd/go.mod h1:xiRCTpF/VISbjrb70T3B1JxXGMXArovfmQWdoN5NxWg=
github.com/networkservicemesh/sdk v0.5.1-0.20220426235354-235f8a1544f0 h1:Idktjr8kNtFdYEmZ1DUtlIY3auVG0MB5+4xtj7PCvlA=
github.com/networkservicemesh/sdk v0.5.1-0.20220426235354-235f8a1544f0/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220426235654-d4847b6d8fde/go.mod h1:z8uhKfH01A1wHVMO+3JOWWt+BL6G2y/XUJ5+1mUnjsQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220427000136-299019adb400 h1:yxW+8VZjpxTCONuZg//EPEbakkD/IRz2YSpygquL6FU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220427000136-299019adb400/go.mod h1:42eoBX4KZTgLqs3gFFDBntp9UOcdPgnjwUyL6nIOcaU=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down