1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00

Add import to gain JSON unmarshalling for ManifestList schema types

This commit is contained in:
Dylan Orzel
2022-09-13 12:29:07 -06:00
parent c145cfb8ab
commit 99b20f708c

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"github.com/docker/distribution"
_ "github.com/docker/distribution/manifest/manifestlist"
"github.com/docker/distribution/manifest/ocischema"
"github.com/docker/distribution/manifest/schema1"
"github.com/docker/distribution/manifest/schema2"