Update ipvs library to the new repo and upgrade library version
This commit is contained in:
12
vendor/github.com/moby/ipvs/go.mod
generated
vendored
Normal file
12
vendor/github.com/moby/ipvs/go.mod
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user