use go modules for dependencies
This commit is contained in:
parent
a962419c30
commit
501f2cacdc
@ -5,7 +5,5 @@ go:
|
||||
- '1.10'
|
||||
- '1.11'
|
||||
before_install:
|
||||
- go get -v github.com/google/go-querystring/query
|
||||
- go get -v github.com/h2non/gock
|
||||
- go get -v github.com/stretchr/testify/assert
|
||||
- go mod tidy
|
||||
script: go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user