1
0
mirror of synced 2024-11-22 04:56:06 +03:00

use go modules for dependencies

This commit is contained in:
Pavel 2020-04-07 16:39:06 +03:00
parent a962419c30
commit 501f2cacdc

View File

@ -5,7 +5,5 @@ go:
- '1.10' - '1.10'
- '1.11' - '1.11'
before_install: before_install:
- go get -v github.com/google/go-querystring/query - go mod tidy
- go get -v github.com/h2non/gock
- go get -v github.com/stretchr/testify/assert
script: go test -v ./... script: go test -v ./...