diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-08 12:09:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 12:09:28 +0000 |
commit | 5bcd9134ff0c2e3af740b388da2d91c70dd7456a (patch) | |
tree | da911e481c93441cab97a20cfbab4318b87acded /vendor/github.com/docker/distribution/manifests.go | |
parent | 46d9a2570ad3eb4f1d7fe0928927e644ebe8a2a3 (diff) | |
download | podman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.tar.gz podman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.tar.bz2 podman-5bcd9134ff0c2e3af740b388da2d91c70dd7456a.zip |
Bump github.com/docker/distribution
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.7.1...v2.8.0)
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/docker/distribution/manifests.go')
-rw-r--r-- | vendor/github.com/docker/distribution/manifests.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/docker/distribution/manifests.go b/vendor/github.com/docker/distribution/manifests.go index 1816baea1..8f84a220a 100644 --- a/vendor/github.com/docker/distribution/manifests.go +++ b/vendor/github.com/docker/distribution/manifests.go @@ -87,7 +87,7 @@ func ManifestMediaTypes() (mediaTypes []string) { // UnmarshalFunc implements manifest unmarshalling a given MediaType type UnmarshalFunc func([]byte) (Manifest, Descriptor, error) -var mappings = make(map[string]UnmarshalFunc, 0) +var mappings = make(map[string]UnmarshalFunc) // UnmarshalManifest looks up manifest unmarshal functions based on // MediaType |