Migrate Godeps/_workspace/ to vendor/

This commit is contained in:
Ross Cadogan 2016-10-13 18:07:46 +01:00
parent b3d83f99fe
commit 936928f7f0
46 changed files with 6324 additions and 23 deletions

8
vendor/github.com/Sirupsen/logrus/.travis.yml generated vendored Normal file
View file

@ -0,0 +1,8 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- go get -t ./...