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

Merged
merged 3 commits into from
Apr 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 @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5
github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd
github.com/networkservicemesh/sdk-k8s v0.0.0-20220408132531-c168f38387a0
github.com/networkservicemesh/sdk-sriov v0.0.0-20220415130216-9efc2a84b057
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc
github.com/networkservicemesh/sdk-vpp v0.0.0-20220425220533-3b231b5c8d9b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd h1:8fDTCw
github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd/go.mod h1:QHDp+cawYWaL8UKppdZT9a6hn/1Oi9pUQTBOTjQPeG0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220408132531-c168f38387a0 h1:lGc7LltIGe79E6hKoa+qiA1YB5sTqDLU409VlmMJdhk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220408132531-c168f38387a0/go.mod h1:Vst8CazaNITZnaLLD61GMt33aITeDDXhv58TD+9keXE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220415125717-fb284fbe9fc1/go.mod h1:6XoT4ybgoirLN+m+O0QPpSFQqoY1cEAXiZf5hjWpJT4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220425220100-9d2c7c7ada92 h1:YUr88i2nRPQBkf3EgsJn/kGZW/nffmH/hDgsovyfHbU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220425220100-9d2c7c7ada92/go.mod h1:d5qYMY4FNRBKqa39Cc0IXXkXVNAXoaqqXb6EL85hYaY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220415130216-9efc2a84b057 h1:+RjYfb3dGW0uLa12OjZy8So1lwjA3Xmz6vHQI7p7+Xw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220415130216-9efc2a84b057/go.mod h1:rIQ+4nyQP0aMiSY/JE9odB2tXIF4J2Vz9hd6TnW/UUI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc h1:t0CWitoauL9vnw7/TjPLJhvIFznmDN7/nJSFNNtPHeM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc/go.mod h1:2mMvqnVXnM88NyXBiiAWsP+6PAUvpPGEbqo2nPE+eLs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220425220533-3b231b5c8d9b h1:PSGLFFknG0rleBc1yHWRXsWO0TbnYfbBmFLv9tcUXMg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220425220533-3b231b5c8d9b/go.mod h1:4v3eNMd6w3Yn7b9+hMozsBUakpXmg9BZV0WcYHkSBL4=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
Expand Down