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

Merged
merged 1 commit into from
Feb 18, 2023
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.7.2-0.20230123083145-4a6c3ec589e1
github.com/networkservicemesh/sdk v0.5.1-0.20230217110131-ff8f08b1d404
github.com/networkservicemesh/sdk-kernel v0.0.0-20230217110535-ebf5e6eccdc9
github.com/networkservicemesh/sdk-sriov v0.0.0-20230217111123-bd0128a7389d
github.com/networkservicemesh/sdk-sriov v0.0.0-20230218110121-bccf2332c17d
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20230217110131-ff8f08b1d404 h1:1jjRWt
github.com/networkservicemesh/sdk v0.5.1-0.20230217110131-ff8f08b1d404/go.mod h1:4w0ue1+jI3lHNdSr+rzSpFIBwoGfM5vRcjVkNKZNRxk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230217110535-ebf5e6eccdc9 h1:3i2FRhDh2WinTcCcwN81pqNWgIC43/fmoiOArWHOdDM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230217110535-ebf5e6eccdc9/go.mod h1:KMfThk5K3zZuyYx98cnehauJ8O+1J715P8NHw5LhMSA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230217111123-bd0128a7389d h1:pHp73vb/ZN8cWPSWKinMWxBGiOUwJqAs9NS40EYDlKk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230217111123-bd0128a7389d/go.mod h1:5xbrHofRJ4tS0AvADtRZvdsSbD0hjvEGQgN+Gdrtmlw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230218110121-bccf2332c17d h1:y+uKC3NMcKuDPpTeSo8Yxowj5L+6oUrFY2/KsX3rkxs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230218110121-bccf2332c17d/go.mod h1:5xbrHofRJ4tS0AvADtRZvdsSbD0hjvEGQgN+Gdrtmlw=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down