migrate to go modules

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-06-18 11:47:51 +02:00
parent ea49bfc2b4
commit 033b290217
447 changed files with 40519 additions and 15133 deletions

4
vendor/github.com/go-check/check/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,4 @@
_*
*.swp
*.[568]
[568].out

3
vendor/github.com/go-check/check/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,3 @@
language: go
go_import_path: gopkg.in/check.v1

2
vendor/github.com/go-check/check/TODO generated vendored Normal file
View File

@@ -0,0 +1,2 @@
- Assert(slice, Contains, item)
- Parallel test support