vendor: revendor

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-09-23 10:56:21 +02:00
parent 0cc1a2ff8c
commit 410a014daf
16 changed files with 1787 additions and 0 deletions

9
vendor/github.com/campoy/embedmd/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,9 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.x
- master
script:
- go test ./...