make module useage use vendors

This commit is contained in:
Dan Ballard 2019-08-13 12:04:22 -07:00
parent 5a88f51dda
commit 4d3f96b4b1
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ pipeline:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
- export GO111MODULE=on
- go get
- go mod tidy
- go vendor
- go get -u golang.org/x/lint/golint
quality:
image: golang