vendor: update oci image spec dependency
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
b7805198b1
commit
24397e7169
10 changed files with 48 additions and 32 deletions
3
vendor/github.com/opencontainers/image-spec/specs-go/versioned.go
generated
vendored
3
vendor/github.com/opencontainers/image-spec/specs-go/versioned.go
generated
vendored
|
@ -20,7 +20,4 @@ package specs
|
|||
type Versioned struct {
|
||||
// SchemaVersion is the image manifest schema that this image follows
|
||||
SchemaVersion int `json:"schemaVersion"`
|
||||
|
||||
// MediaType is the media type of this schema.
|
||||
MediaType string `json:"mediaType"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue