fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-14 18:32:59 +00:00
committed by GitHub
parent 6998e7e5bd
commit 7db8fbde98
7 changed files with 13 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ import digest "github.com/opencontainers/go-digest"
// when marshalled to JSON.
type Descriptor struct {
// MediaType is the media type of the object this schema refers to.
MediaType string `json:"mediaType,omitempty"`
MediaType string `json:"mediaType"`
// Digest is the digest of the targeted content.
Digest digest.Digest `json:"digest"`