
* Bump k8s.io/cri-api to latest version - v0.23.0-alpha.4 * Vendor github.com/vishvananda/netlink for network stats Signed-off-by: David Porter <porterdavid@google.com>
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/vishvananda/netlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
)
|