module: run go mod tidy && go mod vendor

This commit is contained in:
George Tankersley
2019-02-14 18:56:16 +00:00
parent e910ee0475
commit 51614ecd2b
181 changed files with 41119 additions and 2 deletions

15
vendor/github.com/btcsuite/btcutil/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
language: go
go:
- "1.9.4"
- "1.10"
sudo: false
install:
- go get -d -t -v ./...
- go get -v github.com/alecthomas/gometalinter
- gometalinter --install
script:
- export PATH=$PATH:$HOME/gopath/bin
- ./goclean.sh
after_success:
- go get -v github.com/mattn/goveralls
- goveralls -coverprofile=profile.cov -service=travis-ci