fixup! vendor: vendor.json cleanup

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc
2020-03-14 17:58:24 +01:00
parent e42205cde5
commit b7ab84cbb2
21 changed files with 410 additions and 28 deletions

View File

@@ -98,7 +98,7 @@ var (
ErrorCodeManifestBlobUnknown = errcode.Register(errGroup, errcode.ErrorDescriptor{
Value: "MANIFEST_BLOB_UNKNOWN",
Message: "blob unknown to registry",
Description: `This error may be returned when a manifest blob is
Description: `This error may be returned when a manifest blob is
unknown to the registry.`,
HTTPStatusCode: http.StatusBadRequest,
})