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

Merged
merged 1 commit into from
Nov 9, 2021
Merged
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
Update go.mod and go.sum to latest version from networkservicemesh/sd…
…k-sriov@main

PR link: networkservicemesh/sdk-sriov#306

Commit: cbfb346
Author: Ed Warnicke
Date: 2021-11-09 08:15:50 -0600
Message:
  - Merge pull request #306 from Nordix/add-cmd-nse-vlan-vpp-dependency
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
NSMBot committed Nov 9, 2021
commit f90a33c56f4733ce73aec485252b9526b5e3b475
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ require (
github.com/networkservicemesh/api v1.0.1-0.20211108174538-15c88bce33f3
github.com/networkservicemesh/sdk v0.5.1-0.20211108225443-65796945d24d
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108225859-2db0822a1c14
github.com/networkservicemesh/sdk-sriov v0.0.0-20211108230225-248cebe69db7
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109141550-cbfb34665f2b
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.20210518155637-4cb3795f2ccb
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -386,8 +386,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20211108225443-65796945d24d h1:BoWsZO
github.com/networkservicemesh/sdk v0.5.1-0.20211108225443-65796945d24d/go.mod h1:fl6NjUK8+m+z7B1yoA0AowE0BpvjazfX0PQvr2gDnho=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108225859-2db0822a1c14 h1:tINlsmqGRXE0/IkKk1pS7+PFqTZreWdWqN3yN545dew=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108225859-2db0822a1c14/go.mod h1:u7vQCgUUT0DzW0xVFadc8p8ItGmgDB5Ho2qke3ewdnQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211108230225-248cebe69db7 h1:6Fh6y0trqDgZ40IUS9wN04QBFNXYBIq7Lk52nTuEEmo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211108230225-248cebe69db7/go.mod h1:YBDqUCu3nUmVC56LMnnPDPGm80foKWTHYN/87yXMC1s=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109141550-cbfb34665f2b h1:/I0WrO4syeDL9Qy9036THgWh3QkUZMHhszr1NbWAcy4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109141550-cbfb34665f2b/go.mod h1:YBDqUCu3nUmVC56LMnnPDPGm80foKWTHYN/87yXMC1s=
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=