all: convert to a Go module

And remove vendor/, as it's now unnecessary. go.sum ensures that
dependencies aren't tampered with, and proxy.golang.org keeps copies of
all the archives.
This commit is contained in:
Daniel Martí
2019-05-26 22:45:58 +01:00
committed by Cory Bennett
parent 8994b42f71
commit 89fe2ecf16
462 changed files with 118 additions and 215547 deletions
+3 -2
View File
@@ -6,11 +6,12 @@ addons:
language: go
go_import_path: gopkg.in/Netflix-Skunkworks/go-jira.v1
go:
- 1.12.x
env:
- GO111MODULE=on
script:
- go test ./...
- go vet -composites=false ./...