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

Merged
merged 1 commit into from
Aug 25, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07
github.com/networkservicemesh/sdk-sriov v0.0.0-20220822191621-dd40d88fe2c2
github.com/networkservicemesh/sdk-sriov v0.0.0-20220825015442-a1564acd4a60
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.48.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6S
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07 h1:wr3mZgu0tCWObI6ULU3sn733/RWQWUG31nHAp2fibzM=
github.com/networkservicemesh/sdk v0.5.1-0.20220825014614-dacfc9890c07/go.mod h1:ic2ei1BweJHofQ2Gz1gMBV9cJwBhvkvpwCfGge/pLY0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220822191621-dd40d88fe2c2 h1:8SPJCGhVeO1BNxICu7IF2UUU3OgJrEIXk3CtAhKKXoE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220822191621-dd40d88fe2c2/go.mod h1:pGyVMAc6Ekog2LE13sM1Qq24xC+M0OIITVR8sFbVzvw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220825015442-a1564acd4a60 h1:yZB5ki45fW4ub/9AmAOiOgQij4tMsvOHroHZJ7Pkbrc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220825015442-a1564acd4a60/go.mod h1:oa+SqRy9rCfQj7ZekeDjCGOqyObp23gWAFTm4PPlE1g=
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=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down