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

Merged
merged 1 commit into from
Apr 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1
github.com/networkservicemesh/sdk-k8s v0.0.0-20210402195815-f191c0cb1ed7
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01
github.com/networkservicemesh/sdk-sriov v0.0.0-20210402200410-677112146e45
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
Expand Down
12 changes: 4 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,16 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9 h1:fthzwqhZV4wvTe0YHK2ZS6pTsOUETMWsLhVC16PRtaE=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f h1:bvWrS+mtQUgvjCZP6l0+sBQ9hnkrP/cMkWWZI38bQhk=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f/go.mod h1:Mr5Fa5EJYqTi7spI2K8AMcRSXxLs5zPiRAe2ukkcAxg=
github.com/networkservicemesh/sdk v0.0.0-20210325094830-8fe930cf2333 h1:KmYgEH7NaS8uqCiqaPINEDskfaqRvx95lkjAbA5h8MI=
github.com/networkservicemesh/sdk v0.0.0-20210325094830-8fe930cf2333/go.mod h1:Pz5dfF3iV3JaW1QwtTeZyU/s8Jd14lcgG4s9O9xDGnQ=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1 h1:mFq9Q4MCEMZpkwxigu9FAFk8kLMOsaWXmVxoA1inpjs=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210402195815-f191c0cb1ed7 h1:tyjg+GiiyB1w2vXUkgNOUo4X4gGH7FEhtKXh+ZC4FqI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210402195815-f191c0cb1ed7/go.mod h1:1NLBb9sSq+grT0fg+M2T+KoUKDfnboNw+9ChacOJAJ0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210325095450-13d0dc75f274 h1:vl7t8crOn2itAezpwjSSGRuCItDNI8HtcC0cpnbvU8I=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210325095450-13d0dc75f274/go.mod h1:n+iP9q6VCA3Y+T35s1wHsiLlPdtl9GMft+eibq6915M=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01 h1:oina38gl+4mNAbn44/NosQNldqpxM2tAZDWClI6jlDI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01/go.mod h1:1BEOQB61CkBJQbNyQmeAjX3TA+eqX+syBE8QR5GRQQg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210402195949-1e0914038fea h1:N42bX2R6MnwEJucB6TfItz7rOBKa+Mslnp9LrL6Sw7c=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210402195949-1e0914038fea/go.mod h1:n0bmMEFNjnfPLyKvBPVOtRhp5v1582kwniFzfmva/u0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210402200410-677112146e45 h1:qZ17uxpnwxnQs/GUpZz+lDD+MY3EZnDo+ovsBgOUu08=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210402200410-677112146e45/go.mod h1:hifVvPBO3UaLoWn9CMZljCQeA1p/81AVej4aP5ReuaI=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down