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

Merged
merged 1 commit into from
Aug 25, 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 @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8
github.com/networkservicemesh/sdk v0.5.1-0.20210823074050-b1370083e4e1
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825125638-931d036f5e2a
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825232943-c1d76da7ce5b
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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20210823074050-b1370083e4e1 h1:0gykIP
github.com/networkservicemesh/sdk v0.5.1-0.20210823074050-b1370083e4e1/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215 h1:Id3yDiTjEEFVznAic1khqXluGDTXXdDcEnLp/Ejl2RQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215/go.mod h1:HUJjW7os7ve9aFnwQ0J8illan+G7EpRuebjx6BUQ2A8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210824090624-ee9e2a78e612 h1:D6jlePYx2Z6q/P/SUIctKZET9juJb4uno2E8ZTWWSe8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210824090624-ee9e2a78e612/go.mod h1:8xDp7/M70MZmNg4tMWSU6Q9EXnrlImp6l3Dro7zCVAM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825125638-931d036f5e2a h1:L/nBdiOazwkqjNp+H36sAiOmKM/sUT4ywkPw3/ZEIDs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825125638-931d036f5e2a/go.mod h1:0upZdas4ztlSLgp2d9W1+kFTkaMOOMdXkNnuXAqZk/8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210825232438-26a937107afb h1:FlMFrsHB/NA26R6VHfwxN3+n9+4nSe9AloRki3NV+B0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210825232438-26a937107afb/go.mod h1:8xDp7/M70MZmNg4tMWSU6Q9EXnrlImp6l3Dro7zCVAM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825232943-c1d76da7ce5b h1:mjUmue/A0Dz8QMGw4xcC5IhWQ5yAUOJYPOxaRDu5b/M=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210825232943-c1d76da7ce5b/go.mod h1:PNE4H73n7jai5hy0xnrq6tsJtuWsKy8lvDq2MG2qJGc=
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