Use go mod (#265)

This commit is contained in:
Thomas Pelletier
2019-03-21 17:22:05 -07:00
committed by GitHub
parent 405d48dc28
commit f9070d3b40
5 changed files with 21 additions and 9 deletions
+1 -3
View File
@@ -8,6 +8,7 @@ environment:
GOPATH: c:\gopath
DEPTESTBYPASS501: 1
GOVERSION: 1.12
GO111MODULE: on
init:
- git config --global core.autocrlf input
@@ -27,9 +28,6 @@ build: false
deploy: false
test_script:
- go get github.com/davecgh/go-spew/spew
- go get gopkg.in/yaml.v2
- go get github.com/BurntSushi/toml
- go test github.com/pelletier/go-toml
- go test github.com/pelletier/go-toml/cmd/tomljson
- go test github.com/pelletier/go-toml/cmd/tomll