File tree Expand file tree Collapse file tree 4 files changed +51
-6
lines changed Expand file tree Collapse file tree 4 files changed +51
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ require (
71
71
github.com/lpabon/godbc v0.1.1 // indirect
72
72
github.com/magiconair/properties v1.8.1 // indirect
73
73
github.com/miekg/dns v1.1.4
74
- github.com/moby/ipvs v1.0.0
74
+ github.com/moby/ipvs v1.0.1
75
75
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb // indirect
76
76
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect
77
77
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
@@ -328,7 +328,7 @@ replace (
328
328
github.com/mitchellh/go-homedir => github.com/mitchellh/go-homedir v1.1.0
329
329
github.com/mitchellh/go-wordwrap => github.com/mitchellh/go-wordwrap v1.0.0
330
330
github.com/mitchellh/mapstructure => github.com/mitchellh/mapstructure v1.1.2
331
- github.com/moby/ipvs => github.com/moby/ipvs v1.0.0
331
+ github.com/moby/ipvs => github.com/moby/ipvs v1.0.1
332
332
github.com/moby/term => github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
333
333
github.com/modern-go/concurrent => github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
334
334
github.com/modern-go/reflect2 => github.com/modern-go/reflect2 v1.0.1
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ github.com/mitchellh/go-wordwrap v1.0.0 h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9
315
315
github.com/mitchellh/go-wordwrap v1.0.0 /go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo =
316
316
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE =
317
317
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 =
320
320
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd h1:aY7OQNf2XqY/JQ6qREWamhI/81os/agb2BAGpcx5yWI =
321
321
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd /go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo =
322
322
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ github.com/mistifyio/go-zfs
485
485
github.com/mitchellh/go-wordwrap
486
486
# github.com/mitchellh/mapstructure v1.1.2 => github.com/mitchellh/mapstructure v1.1.2
487
487
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
489
489
github.com/moby/ipvs
490
490
# github.com/moby/term v0.0.0-20200312100748-672ec06f55cd => github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
491
491
github.com/moby/term
You can’t perform that action at this time.
0 commit comments