mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e26e1cc5c1
- vishvananda/netlink: https://github.com/vishvananda/netlink/compare/v1.0.0...v1.1.0 - vishvananda/netns:7109fa855b...0a2b9b5464
- libnetwork:bf2bd42abc...beab24292c
- github.com/moby/ipvs: new dependency (was previously part of libnetwork) 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
|
|
)
|