deps: migrate to modules (#386)

Move away from using dep to use Go modules which is production ready as
of 1.14.

Also tidy up README to make instructions for local development clearer

Fixes #385
This commit is contained in:
Paul Jolly
2020-04-01 12:47:27 +01:00
committed by GitHub
parent 26a21c080c
commit f1183076e5
7 changed files with 287 additions and 995 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
play-with-docker
node_modules
vendor
/vendor