16
20
Derivar 16

switch to go modules for dependancies

Este cometimento está contido em:
Dan Ballard 2019-08-13 11:28:52 -07:00
ascendente ea6fc6e3a1
cometimento 5a88f51dda
1 ficheiros modificados com 2 adições e 1 eliminações

Ver ficheiro

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