mal e6bddd3ed2 packager.io: fix and update build files (#5760) há 4 anos atrás
..
github.com bd0549caea vendor: update missing test deps for ci há 4 anos atrás
golang.org 600f748cb0 vendor: update golang.org/x/crypto/ssh há 7 anos atrás
gopkg.in c82ac420fc vendor: update há 5 anos atrás
README 2fd69f13d9 vendor: check in vendors há 7 anos atrás
vendor.json e6bddd3ed2 packager.io: fix and update build files (#5760) há 4 anos atrás

README

1. Delete package directory from vendor when developing new code of dependency.
2. After commit on dependency, run:
govendor update
3. Introduce a new dependency, run:
govendor add +vendor
4. To update all deependencies, delete all packages from vendor, and run:
govendor add +vendor +external
5. Too hard.