Commit 002d764
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
File tree
45 files changed
+20
-1022
lines changed- identity
- schema
- vendor
- github.com
- pkg/errors
- russross/blackfriday
- shurcooL/sanitized_anchor_name
- xeipuuv
- gojsonpointer
- gojsonreference
- gojsonschema
- go4.org
- errorutil
- vendor/github.com/opencontainers/go-digest
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 changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments