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

Merged
merged 1 commit into from
Nov 26, 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 v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20211126201711-e33b665d2e98
github.com/networkservicemesh/sdk-k8s v0.0.0-20211126202222-f705e3bae6be
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126202310-a7556a9e5b49
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126215608-d49c9ff41c56
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ github.com/networkservicemesh/sdk-k8s v0.0.0-20211126202222-f705e3bae6be h1:XFzN
github.com/networkservicemesh/sdk-k8s v0.0.0-20211126202222-f705e3bae6be/go.mod h1:k0S/6GO9/CDM9lOCQ9bQE2bV5JstuUc91Rg6KtuqNG4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211126201942-09e020e5f144 h1:LapRMeaUnRCnrMW1Z0wAUhFVYnhiZA52OcKYJlsmphE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211126201942-09e020e5f144/go.mod h1:O/kNXXA2sgAEaG7RL2qZVGNkgvELC3OJWaSwnTEHwMU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126202310-a7556a9e5b49 h1:uk95YngAaa5fDPiG4cNR+lyKbKO9mw5icz69lLwNCyM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126202310-a7556a9e5b49/go.mod h1:6dkWCGk4BnxjssZcGtvhUPDFOgs/LnN6V37Sv4I3/uU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126215608-d49c9ff41c56 h1:CAgal/TE5YHMUgnH7V3/7dLnr5Wfq6U+uzM9JuAIyUo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211126215608-d49c9ff41c56/go.mod h1:6dkWCGk4BnxjssZcGtvhUPDFOgs/LnN6V37Sv4I3/uU=
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