switch to go modules for dependancies

This commit is contained in:
Dan Ballard 2019-08-13 11:28:52 -07:00
parent ea6fc6e3a1
commit 5a88f51dda
1 changed files with 2 additions and 1 deletions

View File

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