make module useage use vendors

Este commit está contenido en:
Dan Ballard 2019-08-13 12:04:22 -07:00
padre 5a88f51dda
commit 4d3f96b4b1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -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