Unknwon 89cc6aa430 webhook: add issue comment event 8 vuotta sitten
..
github.com 89cc6aa430 webhook: add issue comment event 8 vuotta sitten
golang.org 600f748cb0 vendor: update golang.org/x/crypto/ssh 8 vuotta sitten
gopkg.in f3a228ed61 vendor: update gopkg.in/macaron.v1 8 vuotta sitten
README 2fd69f13d9 vendor: check in vendors 8 vuotta sitten
vendor.json 89cc6aa430 webhook: add issue comment event 8 vuotta sitten

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.