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

Merged
merged 1 commit into from
Jul 26, 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.20220722102155-cbf511a6cd1e
github.com/networkservicemesh/sdk-k8s v0.0.0-20220722103308-ecf861a78097
github.com/networkservicemesh/sdk-sriov v0.0.0-20220721234809-b445189c0998
github.com/networkservicemesh/sdk-sriov v0.0.0-20220722103443-6839261d7b9a
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-20220721234300-633fb249123b // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220722102853-39428d0bfdb4 // 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.20220722102155-cbf511a6cd1e h1:P0y7c9
github.com/networkservicemesh/sdk v0.5.1-0.20220722102155-cbf511a6cd1e/go.mod h1:aT31j34psbMwTmyxgKZweiuYv783A1levN9nSKUVVp0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220722103308-ecf861a78097 h1:DfgGPk9BFjlwV8C2bkWZkRSxCDbxgvASb25BT+Eea14=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220722103308-ecf861a78097/go.mod h1:wx0X1MDtbM56kAEZLTwWhjLgZnIQXF6Giy5mvMxsOPo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220721234300-633fb249123b h1:fHTFKV4TBsPfhIHdK9eMW2GKNx9DwRXrnzIXRo4iC60=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220721234300-633fb249123b/go.mod h1:bx5RV7b/Ckv/4rmNN8Z4bCSd2qqc2i6d4sfWdwxxXcE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220721234809-b445189c0998 h1:dRconDbYwFXGkSBiQO+9Q7+UglUI74UXKTXI4K96QMg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220721234809-b445189c0998/go.mod h1:81nGB5xEiKw6PKOpoRRL/Kw/hgarfd2PU7r76l5U8d0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220722102853-39428d0bfdb4 h1:9y4mqtujMeRyAzrphYxvENx5k1Hqtpolnw0J0Y00akk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220722102853-39428d0bfdb4/go.mod h1:iOY+Dcc32iO2V+sf6p8seNMn5GhV1Krml+fhXrg+EU0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220722103443-6839261d7b9a h1:wA7Ku7GuggxLzK23tAg3UXCw+PgLxcuLGMgStTejjCw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220722103443-6839261d7b9a/go.mod h1:A5uQK0RoEdY/E2Dk6WVUJq5ShHHd2cpdNyn3X31xJc8=
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