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

Merged
merged 3 commits into from
Jul 14, 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 @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220714152344-b8209fc0b7b6
github.com/networkservicemesh/sdk-k8s v0.0.0-20220714152946-a3985f54158d
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714134627-81753d688f37
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand All @@ -36,7 +36,7 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714134107-b5f3ce186b07 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714152734-bcc1fd19a980 // indirect
github.com/open-policy-agent/opa v0.16.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220714152344-b8209fc0b7b6 h1:LM1q5d
github.com/networkservicemesh/sdk v0.5.1-0.20220714152344-b8209fc0b7b6/go.mod h1:BF31hkvYPBmpChr4XB2l9pFWK+ySvk2y2h7IdCwqt84=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220714152946-a3985f54158d h1:F1He+8NmQ16HHxSGTcCAcBeWR0rH//DYOFQP5F8/XPU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220714152946-a3985f54158d/go.mod h1:4H6k179WWXRHLdsWRDsq4ViAT6mXavV0DB6AqGYC2Do=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714134107-b5f3ce186b07 h1:QhtOYlFBPFn5XbEZLMqxpZLzZR14aNLpHBXeTGXd+6U=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714134107-b5f3ce186b07/go.mod h1:/yz7tlDXKhOekyYjNZSUBXZOJxEJFRw17CqH/YFluME=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714134627-81753d688f37 h1:q28HMqz3cFUpdSFCIpZcXhtUjTrlM9IKinH9PBpHqqs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714134627-81753d688f37/go.mod h1:D5Evps/RPApdHberECdQLHDDebQvF05/L6B95kNrRsw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714152734-bcc1fd19a980 h1:vojcoTtOizMdtgvJEcZGsdgBZRK3yEg1RZ2vYhUMUiQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714152734-bcc1fd19a980/go.mod h1:1Bp8xxoP0VbEMsJrlhEqeOXT1c07C2fqlf0bmB2K/Yk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077 h1:b1WfD5sRGZ73De4RkeE8i3dYuCwzqef8W66t9U9xT8c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220714153358-e0e8386de077/go.mod h1:GhrToRbRYc+pFaabFRFmSZuquhXKh7nfwcCVOtJ7a+E=
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