Switch to go modules

This commit is contained in:
2019-01-01 00:22:43 +00:00
parent 8bb4f68fa6
commit ae1d56d26a
67 changed files with 22 additions and 11795 deletions

View File

@@ -1,16 +1,12 @@
language: go
go:
- "1.10"
install:
- "curl -L https://github.com/golang/dep/raw/master/install.sh | sh"
- "dep ensure"
- "1.11.x"
env:
- GO111MODULE=on
install: true
script:
- make test
- make
deploy:
- provider: script
skip_cleanup: true