containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
141 stars 67 forks source link

vendor dependencies with vndr (https://github.com/LK4D4/vndr) #98

Closed ijc closed 6 years ago

ijc commented 6 years ago

Ran vndr init, sorted the resulting vendor.conf and committed the result.

Signed-off-by: Ian Campbell ijc@docker.com

In my first cut something regenerated AUTHORS for me, in my second go around that didn't happen so I forced it with rm AUTHORS && make AUTHORS.

estesp commented 6 years ago

Looks like the travis config needs some love to not try and vet vendored deps

ijc commented 6 years ago

Actually, I think all of vet, build and test in the Makefile could do with that. I'll look at it.

ijc commented 6 years ago

Seems like the go version could be bumped too it's currently 1.7, 1.8 and tip, I proposed to add 1.9 and drop 1.7.

AkihiroSuda commented 6 years ago

ping @stevvooe ptal

stevvooe commented 6 years ago

LGTM