Skip to content

Commit 5bb0281

Browse files
committed
Fix missing vendor packages
The switch to urfave/cli had a use of a /v2 API, which go modules handles correctly but vndr ignores. Downgrade urfave/cli for now until the switch to go modules. Add missing dependencies, which vndr now sees. Note that CI was not catching this issue, it seems that some part of the build process was pulling in dependencies even if they weren't in vendor, causing the build to work. However the vendor check was not seeing it. The ARM build didn't pull in other dependencies into the gopath, causing those builds to break. Signed-off-by: Derek McGowan <[email protected]>
1 parent 9741f03 commit 5bb0281

34 files changed

Lines changed: 7467 additions & 1494 deletions

vendor.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github.com/opencontainers/runtime-spec 29686dbc5559d93fb1ef402eeda3e35c38d75af4
2323
github.com/opencontainers/runc f4982d86f7fde0b6f953cc62ccc4022c519a10a9 # v1.0.0-rc8-32-gf4982d86
2424
github.com/konsorten/go-windows-terminal-sequences v1.0.1
2525
github.com/sirupsen/logrus v1.4.1
26-
github.com/urfave/cli 388c2dd0f4ffaa8541e371d49c8413870a04d9fe # v1.22.0 +
26+
github.com/urfave/cli v1.22.0
2727
golang.org/x/net f3200d17e092c607f615320ecaad13d87ad9a2b3
2828
google.golang.org/grpc 6eaf6f47437a6b4e2153a190160ef39a92c7eceb # v1.23.0
2929
github.com/pkg/errors v0.8.1
@@ -47,6 +47,8 @@ github.com/hashicorp/go-multierror v1.0.0
4747
github.com/hashicorp/golang-lru v0.5.3
4848
go.opencensus.io v0.22.0
4949
github.com/imdario/mergo v0.3.7
50+
github.com/cpuguy83/go-md2man v1.0.10
51+
github.com/russross/blackfriday v1.5.2
5052

5153
# cri dependencies
5254
github.com/containerd/cri f4d75d321c89b8d89bae570a7d2da1b3846c096f # release/1.3

vendor/github.com/cpuguy83/go-md2man/LICENSE.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/README.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/go.mod

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/md2man/roff.go

Lines changed: 285 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)