Fix dependencies

This commit is contained in:
2020-03-01 17:06:34 +01:00
parent fee4454c12
commit 6c9b3f3e5c
921 changed files with 329221 additions and 13 deletions

10
vendor/github.com/cenkalti/backoff/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,10 @@
language: go
go:
- 1.7
- 1.x
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci