switch to go modules for dependancies

このコミットが含まれているのは:
Dan Ballard 2019-08-13 11:28:52 -07:00
コミット 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