Use vendored dependencies

This commit is contained in:
r 2020-02-01 11:31:44 +00:00
parent e73df8de9a
commit 9cf648eaa3
27 changed files with 3076 additions and 19 deletions

View file

@ -0,0 +1,10 @@
# Contributing
* Raise an issue if appropriate
* Fork the repo
* Bootstrap the dev dependencies (run `./script/bootstrap`)
* Make your changes
* Use [gofmt](https://golang.org/cmd/gofmt/)
* Make sure the tests pass (run `./script/test`)
* Make sure the linters pass (run `./script/lint`)
* Issue a pull request