make module useage use vendors

This commit is contained in:
Dan Ballard 2019-08-13 12:04:22 -07:00
父節點 5a88f51dda
當前提交 4d3f96b4b1
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

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