switch to use go module support

versions of all dependencies remain the same, but now use `go mod` to
manage them rather than govendor.  This does result in a few extra files
being checked in, since govendor would ignore non-build files and go mod
does not.
This commit is contained in:
Will Norris 2018-09-15 07:38:09 +00:00
parent bc59afcf2a
commit 9c3cbc1733
14 changed files with 3215 additions and 831 deletions

4
.gitignore vendored
View file

@ -2,7 +2,11 @@ build
.goxc.local.json
*.test
vendor/**/.travis.yml
vendor/**/.gitignore
vendor/**/.goxc.json
vendor/**/AUTHORS
vendor/**/CONTRIBUTORS
vendor/**/Makefile
vendor/**/*_ZH.md
vendor/**/*.sh