mirror of
https://github.com/containers/skopeo.git
synced 2025-09-07 09:40:55 +00:00
fix OCI image-spec dependency
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user