mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 10:27:08 +00:00
switch to vndr
vndr is almost exactly the same as our old good hack/vendor.sh. Except it's cleaner and it allows to re-vendor just one dependency if needed (which we do a lot for containers/image). Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
4
vendor/github.com/go-check/check/.gitignore
generated
vendored
4
vendor/github.com/go-check/check/.gitignore
generated
vendored
@@ -1,4 +0,0 @@
|
||||
_*
|
||||
*.swp
|
||||
*.[568]
|
||||
[568].out
|
3
vendor/github.com/go-check/check/.travis.yml
generated
vendored
3
vendor/github.com/go-check/check/.travis.yml
generated
vendored
@@ -1,3 +0,0 @@
|
||||
language: go
|
||||
|
||||
go_import_path: gopkg.in/check.v1
|
20
vendor/github.com/go-check/check/README.md
generated
vendored
20
vendor/github.com/go-check/check/README.md
generated
vendored
@@ -1,20 +0,0 @@
|
||||
Instructions
|
||||
============
|
||||
|
||||
Install the package with:
|
||||
|
||||
go get gopkg.in/check.v1
|
||||
|
||||
Import it with:
|
||||
|
||||
import "gopkg.in/check.v1"
|
||||
|
||||
and use _check_ as the package name inside the code.
|
||||
|
||||
For more details, visit the project page:
|
||||
|
||||
* http://labix.org/gocheck
|
||||
|
||||
and the API documentation:
|
||||
|
||||
* https://gopkg.in/check.v1
|
2
vendor/github.com/go-check/check/TODO
generated
vendored
2
vendor/github.com/go-check/check/TODO
generated
vendored
@@ -1,2 +0,0 @@
|
||||
- Assert(slice, Contains, item)
|
||||
- Parallel test support
|
Reference in New Issue
Block a user