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 @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20211126201711-e33b665d2e98
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 @@ -135,8 +135,8 @@ github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a/go.mod h1
github.com/networkservicemesh/sdk v0.5.1-0.20211126201711-e33b665d2e98 h1:wfcYC8IbgJLSCd7+Fb+0UZMuGeKq6ZUxyHtsdKKLyas=
github.com/networkservicemesh/sdk v0.5.1-0.20211126201711-e33b665d2e98/go.mod h1:9ZCaoauLu+52PLj/BXnYH5w9Pk9jdhaeMA14zb0PUxA=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down