File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ require (
1212 github.com/go-openapi/swag v0.19.9
1313 github.com/go-openapi/validate v0.19.8
1414 github.com/gofrs/uuid v3.3.0+incompatible
15- github.com/hashicorp/go-multierror v1.0 .0
15+ github.com/hashicorp/go-multierror v1.1 .0
1616 github.com/pkg/errors v0.9.1
1717 github.com/sirupsen/logrus v1.6.0
1818 github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
1919 github.com/stretchr/testify v1.5.1
2020 github.com/vishvananda/netlink v1.1.0
21- golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56 // indirect
2221 golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
23- golang.org/x/tools v0.0.0-20190617190820-da514acc4774 // indirect
2422)
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/U
116116github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
117117github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o =
118118github.com/hashicorp/go-multierror v1.0.0 /go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk =
119+ github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI =
120+ github.com/hashicorp/go-multierror v1.1.0 /go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA =
119121github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56 /go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA =
120122github.com/konsorten/go-windows-terminal-sequences v1.0.3 h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8 =
121123github.com/konsorten/go-windows-terminal-sequences v1.0.3 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
You can’t perform that action at this time.
0 commit comments