Unknwon dbd9f05c06 vendor: update github.com/go-xorm/* il y a 7 ans
..
github.com dbd9f05c06 vendor: update github.com/go-xorm/* il y a 7 ans
golang.org 1381f0f28e vendor: check in missing dependency il y a 7 ans
gopkg.in 7bd6052efe vendor: update gopkg.in/clog.v1 il y a 7 ans
README 2fd69f13d9 vendor: check in vendors il y a 7 ans
vendor.json dbd9f05c06 vendor: update github.com/go-xorm/* il y a 7 ans

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.