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

Merged
merged 1 commit into from
Jun 6, 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 @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.5.2
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220602113306-74b8b0ff702e
github.com/networkservicemesh/sdk-kernel v0.0.0-20220603151005-aa00631f2e0f
github.com/networkservicemesh/sdk-sriov v0.0.0-20220603151447-865cb20422cb
github.com/networkservicemesh/sdk-kernel v0.0.0-20220606100659-193031ccfe90
github.com/networkservicemesh/sdk-sriov v0.0.0-20220606101024-304202993d57
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.1.1-0.20220118170537-d6b03fdeb845
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab h1:hV6T7K
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220602113306-74b8b0ff702e h1:3LqWbi5IcVy88YNE4X1YeJ97zX9YE5T+8w+Xjb6Z67A=
github.com/networkservicemesh/sdk v0.5.1-0.20220602113306-74b8b0ff702e/go.mod h1:FdmGiefBBcj9HlV+poQSEAPOuBVp/hkwjWoDEN2a+jg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220603151005-aa00631f2e0f h1:g1FXEvoiLP220l1faA7JDLOaV56Cq1Vz5K7G8DPiSZ8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220603151005-aa00631f2e0f/go.mod h1:xukX7XZOUQpnLG9df5bckNk3r9Is9kPXTtkUwuWk7qw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220603151447-865cb20422cb h1:vHQDQ4drlYH1d0IRFj76LQvPHLzFZZkSqpXKTEjZVjA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220603151447-865cb20422cb/go.mod h1:lKe49gzSvtHPLh+WCWv0LhJrCceIHd1YSLr5z7lVvq0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220606100659-193031ccfe90 h1:WTqoATXUIgwWsupe5X8O+sfL4zSRsUmz69RyqagAyD8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220606100659-193031ccfe90/go.mod h1:xukX7XZOUQpnLG9df5bckNk3r9Is9kPXTtkUwuWk7qw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220606101024-304202993d57 h1:0i7cpKqvQvqPUpT5Yp/sP/rPX9nAkUSI/sKlYL6+54E=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220606101024-304202993d57/go.mod h1:zQuX8mSWwBUic/VQXWzEbNO4DqXf43j6bGftcGwrcvs=
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