From 10f0e6c307d819725eebf2e67390737eb7fad4bb Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Tue, 15 Mar 2022 20:58:32 +0000 Subject: [PATCH] fix dependabot alert https://github.com/project-zot/zot/security/dependabot/10 Signed-off-by: Ramkumar Chinchani --- examples/config-allextensions.json | 2 +- examples/config-bearer-auth.json | 2 +- examples/config-commit.json | 2 +- examples/config-conformance.json | 2 +- examples/config-cve.json | 2 +- examples/config-example.json | 2 +- examples/config-gc.json | 2 +- examples/config-metrics.json | 2 +- examples/config-minimal.json | 2 +- examples/config-multiple-cve.json | 2 +- examples/config-multiple.json | 2 +- examples/config-policy.json | 2 +- examples/config-ratelimit.json | 2 +- examples/config-s3.json | 2 +- examples/config-sync.json | 2 +- examples/config-test.json | 2 +- examples/config-tls.json | 2 +- go.mod | 2 +- go.sum | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/config-allextensions.json b/examples/config-allextensions.json index 0adaa9f4..294896da 100644 --- a/examples/config-allextensions.json +++ b/examples/config-allextensions.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-bearer-auth.json b/examples/config-bearer-auth.json index 65d265b5..df89c2da 100644 --- a/examples/config-bearer-auth.json +++ b/examples/config-bearer-auth.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot" }, diff --git a/examples/config-commit.json b/examples/config-commit.json index 7570e945..404d9bd4 100644 --- a/examples/config-commit.json +++ b/examples/config-commit.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot", "commit": true diff --git a/examples/config-conformance.json b/examples/config-conformance.json index 5a6fd924..71e2ea61 100644 --- a/examples/config-conformance.json +++ b/examples/config-conformance.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot", "gc": false, diff --git a/examples/config-cve.json b/examples/config-cve.json index 80810724..4ba2191d 100644 --- a/examples/config-cve.json +++ b/examples/config-cve.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-example.json b/examples/config-example.json index fce65db4..105b1861 100644 --- a/examples/config-example.json +++ b/examples/config-example.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot" }, diff --git a/examples/config-gc.json b/examples/config-gc.json index d1b53e2c..b64d035b 100644 --- a/examples/config-gc.json +++ b/examples/config-gc.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot", "gc": true, diff --git a/examples/config-metrics.json b/examples/config-metrics.json index 2ddcbf6a..ede05b49 100644 --- a/examples/config-metrics.json +++ b/examples/config-metrics.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-minimal.json b/examples/config-minimal.json index 007e7a24..9f4e0011 100644 --- a/examples/config-minimal.json +++ b/examples/config-minimal.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-multiple-cve.json b/examples/config-multiple-cve.json index 39547d8d..35c16f69 100644 --- a/examples/config-multiple-cve.json +++ b/examples/config-multiple-cve.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot", "dedupe": true, diff --git a/examples/config-multiple.json b/examples/config-multiple.json index deb5dfdc..759486a4 100644 --- a/examples/config-multiple.json +++ b/examples/config-multiple.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot", "dedupe": true, diff --git a/examples/config-policy.json b/examples/config-policy.json index 0f63fa03..23efb2b1 100644 --- a/examples/config-policy.json +++ b/examples/config-policy.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-ratelimit.json b/examples/config-ratelimit.json index 1bad1a64..89348d86 100644 --- a/examples/config-ratelimit.json +++ b/examples/config-ratelimit.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/tmp/zot" }, diff --git a/examples/config-s3.json b/examples/config-s3.json index 62e33372..d1def347 100644 --- a/examples/config-s3.json +++ b/examples/config-s3.json @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.0.0", + "distSpecVersion": "1.0.1", "storage": { "rootDirectory": "/zot", "storageDriver": { diff --git a/examples/config-sync.json b/examples/config-sync.json index f06f95a3..69f81bf5 100644 --- a/examples/config-sync.json +++ b/examples/config-sync.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot" }, diff --git a/examples/config-test.json b/examples/config-test.json index 324cb21a..5fb19100 100644 --- a/examples/config-test.json +++ b/examples/config-test.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot" }, diff --git a/examples/config-tls.json b/examples/config-tls.json index 3d6eba63..0fb3e29f 100644 --- a/examples/config-tls.json +++ b/examples/config-tls.json @@ -1,5 +1,5 @@ { - "distSpecVersion":"1.0.0", + "distSpecVersion":"1.0.1", "storage":{ "rootDirectory":"/tmp/zot" }, diff --git a/go.mod b/go.mod index ee9180df..43576526 100644 --- a/go.mod +++ b/go.mod @@ -286,7 +286,7 @@ require ( github.com/oklog/run v1.1.0 // indirect github.com/oklog/ulid v1.3.1 // indirect github.com/open-policy-agent/opa v0.37.0 // indirect - github.com/opencontainers/distribution-spec v1.0.0 + github.com/opencontainers/distribution-spec v1.0.1 github.com/opencontainers/runc v1.1.0 // indirect github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect diff --git a/go.sum b/go.sum index 9f2f06b5..e7b6f0c4 100644 --- a/go.sum +++ b/go.sum @@ -2023,8 +2023,8 @@ github.com/open-policy-agent/opa v0.32.0/go.mod h1:5sJdtc+1/U8zy/j30njpQl6u9rM4M github.com/open-policy-agent/opa v0.35.0/go.mod h1:xEmekKlk6/c+so5HF9wtPnGPXDfBuBsrMGhSHOHEF+U= github.com/open-policy-agent/opa v0.37.0 h1:OUXB+RAcxQpmXeNW2BN1wYzQQvVCPF1T9zv+QXGr9Wg= github.com/open-policy-agent/opa v0.37.0/go.mod h1:xX3NUCZuXK8f0CNhFQvhm4495mZLptf94pIkWRLaFqo= -github.com/opencontainers/distribution-spec v1.0.0 h1:3qi5mXdKrXCacBYm8y46okmGmCR0pSgfaEd2/T0QXWE= -github.com/opencontainers/distribution-spec v1.0.0/go.mod h1:copR2flp+jTEvQIFMb6MIx45OkrxzqyjszPDT3hx/5Q= +github.com/opencontainers/distribution-spec v1.0.1 h1:hT6tF6uKZAQh+HH3BrJqn7/xHhMoDHzahIg4KxD2DqM= +github.com/opencontainers/distribution-spec v1.0.1/go.mod h1:copR2flp+jTEvQIFMb6MIx45OkrxzqyjszPDT3hx/5Q= github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=