switch to go modules for dependancies

这个提交包含在:
Dan Ballard 2019-08-13 11:28:52 -07:00
父节点 ea6fc6e3a1
当前提交 5a88f51dda
共有 1 个文件被更改,包括 2 次插入1 次删除

查看文件

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