mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00

full diff: https://github.com/vishvananda/netlink/compare/v1.0.0...v1.1.0 also updated moby/ipvs, which is compatible with this version of netlink, and update vishvananda/netns to current master (which added go.mod) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
12 lines
308 B
Modula-2
12 lines
308 B
Modula-2
module github.com/moby/ipvs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
|
|
gotest.tools/v3 v3.0.2
|
|
)
|