Unknwon e1f01305d8 vendor: update github.com/go-macaron/binding (#4428) 6 years ago
..
github.com e1f01305d8 vendor: update github.com/go-macaron/binding (#4428) 6 years ago
golang.org 600f748cb0 vendor: update golang.org/x/crypto/ssh 7 years ago
gopkg.in 8a3f4fc616 models: add config options for XORM logger (#3183) 7 years ago
README 2fd69f13d9 vendor: check in vendors 7 years ago
vendor.json e1f01305d8 vendor: update github.com/go-macaron/binding (#4428) 6 years ago

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.