Skip to content

Commit 002d764

Browse files
committed
vendoring: isolate the vendor directory
Due to the new vendoring logic in the golang compiler it can cause issues for projects that import a package that has vendored a package that is used locally. See containers/image#223 This change moves the vendored sources to the package that uses them, rather than for the whole project. Also is explictly is not vendoring code repos from "github.com/opencontainers/". For now we'll consider these non-remote. Though versioning may likely be future concern. Fixes opencontainers#527 Obsoletes opencontainers#528 Signed-off-by: Vincent Batts <[email protected]>
1 parent eee8749 commit 002d764

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+20
-1022
lines changed

glide.lock

Lines changed: 0 additions & 22 deletions
This file was deleted.

identity/vendor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This imports `github.com/opencontainers/go-digest` and has intentionally not
2+
been vendored.

schema/glide.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: github.com/opencontainers/image-spec
1+
package: github.com/opencontainers/image-spec/schema
22
import:
33
- package: github.com/pkg/errors
44
version: '>=0.7.0'
@@ -8,4 +8,3 @@ import:
88
version: ~v1.4
99
- package: github.com/shurcooL/sanitized_anchor_name
1010
version: 10ef21a441db47d8b13ebcc5fd2310f636973c77
11-
- package: github.com/opencontainers/go-digest
File renamed without changes.

0 commit comments

Comments
 (0)