mirror of
https://github.com/containers/skopeo.git
synced 2025-07-02 01:22:24 +00:00
vendor: fix non-root imports
vndr has never supported non-root imports but it used to not produce errors. Newer versions of vndr will not clone anything if the vendor.conf doesn't "look right". Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
3851d89b17
commit
b82945b689
@ -9,7 +9,7 @@ github.com/stretchr/testify v1.1.3
|
||||
github.com/davecgh/go-spew master
|
||||
github.com/pmezard/go-difflib master
|
||||
github.com/pkg/errors master
|
||||
golang.org/x/crypto/openpgp master
|
||||
golang.org/x/crypto master
|
||||
# docker deps from https://github.com/docker/docker/blob/v1.11.2/hack/vendor.sh
|
||||
github.com/docker/docker v1.13.0
|
||||
github.com/docker/go-connections 4ccf312bf1d35e5dbda654e57a9be4c3f3cd0366
|
||||
@ -30,7 +30,7 @@ github.com/opencontainers/image-tools v0.1.0
|
||||
github.com/xeipuuv/gojsonschema master
|
||||
github.com/xeipuuv/gojsonreference master
|
||||
github.com/xeipuuv/gojsonpointer master
|
||||
go4.org/errorutil master https://github.com/camlistore/go4
|
||||
go4.org master https://github.com/camlistore/go4
|
||||
# -- end OCI image validation requirements
|
||||
github.com/mtrmac/gpgme master
|
||||
# openshift/origin' k8s dependencies as of OpenShift v1.1.5
|
||||
@ -42,4 +42,4 @@ github.com/imdario/mergo 6633656539c1639d9d78127b7d47c622b5d7b6dc
|
||||
# containers/storage's dependencies that aren't already being pulled in
|
||||
github.com/mistifyio/go-zfs 22c9b32c84eb0d0c6f4043b6e90fc94073de92fa
|
||||
github.com/pborman/uuid v1.0
|
||||
github.com/opencontainers/selinux/go-selinux/label master
|
||||
github.com/opencontainers/selinux master
|
||||
|
Loading…
Reference in New Issue
Block a user