Skip to content

Commit b651488

Browse files
authored
Merge pull request kubernetes#90555 from andrewsykim/update-moby-ipvs
update github.com/moby/ipvs to v1.0.1 to fix IPVS compatiblity issue with older kernels
2 parents d87f38c + 4c3d9da commit b651488

File tree

4 files changed

+51
-6
lines changed

4 files changed

+51
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/lpabon/godbc v0.1.1 // indirect
7272
github.com/magiconair/properties v1.8.1 // indirect
7373
github.com/miekg/dns v1.1.4
74-
github.com/moby/ipvs v1.0.0
74+
github.com/moby/ipvs v1.0.1
7575
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb // indirect
7676
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect
7777
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
@@ -329,7 +329,7 @@ replace (
329329
github.com/mitchellh/go-homedir => github.com/mitchellh/go-homedir v1.1.0
330330
github.com/mitchellh/go-wordwrap => github.com/mitchellh/go-wordwrap v1.0.0
331331
github.com/mitchellh/mapstructure => github.com/mitchellh/mapstructure v1.1.2
332-
github.com/moby/ipvs => github.com/moby/ipvs v1.0.0
332+
github.com/moby/ipvs => github.com/moby/ipvs v1.0.1
333333
github.com/moby/term => github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
334334
github.com/modern-go/concurrent => github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
335335
github.com/modern-go/reflect2 => github.com/modern-go/reflect2 v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ github.com/mitchellh/go-wordwrap v1.0.0 h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9
315315
github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo=
316316
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
317317
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
318-
github.com/moby/ipvs v1.0.0 h1:89i8bPaL2DC0cjyRDv0QQOYUOU4fujziJmhF4ca/mtY=
319-
github.com/moby/ipvs v1.0.0/go.mod h1:2pngiyseZbIKXNv7hsKj3O9UEz30c53MT9005gt2hxQ=
318+
github.com/moby/ipvs v1.0.1 h1:aoZ7fhLTXgDbzVrAnvV+XbKOU8kOET7B3+xULDF/1o0=
319+
github.com/moby/ipvs v1.0.1/go.mod h1:2pngiyseZbIKXNv7hsKj3O9UEz30c53MT9005gt2hxQ=
320320
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd h1:aY7OQNf2XqY/JQ6qREWamhI/81os/agb2BAGpcx5yWI=
321321
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd/go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo=
322322
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=

vendor/github.com/moby/ipvs/netlink.go

Lines changed: 46 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ github.com/mistifyio/go-zfs
485485
github.com/mitchellh/go-wordwrap
486486
# github.com/mitchellh/mapstructure v1.1.2 => github.com/mitchellh/mapstructure v1.1.2
487487
github.com/mitchellh/mapstructure
488-
# github.com/moby/ipvs v1.0.0 => github.com/moby/ipvs v1.0.0
488+
# github.com/moby/ipvs v1.0.1 => github.com/moby/ipvs v1.0.1
489489
github.com/moby/ipvs
490490
# github.com/moby/term v0.0.0-20200312100748-672ec06f55cd => github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
491491
github.com/moby/term

0 commit comments

Comments
 (0)