From ab3a754e1408d8fed0160ce999536c8fd2f452f7 Mon Sep 17 00:00:00 2001 From: crozzy Date: Tue, 3 Oct 2023 19:36:14 +0000 Subject: [PATCH] 'chore: update claircore to v1.5.19 Update claircore to latest release. ' Signed-off-by: Claircore-CI --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 8f46cfeb24..749de7b567 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/prometheus/client_golang v1.17.0 github.com/pyroscope-io/godeltaprof v0.1.2 github.com/quay/clair/config v1.3.0 - github.com/quay/claircore v1.5.18 + github.com/quay/claircore v1.5.19 github.com/quay/zlog v1.1.5 github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319 github.com/rs/zerolog v1.31.0 @@ -75,7 +75,7 @@ require ( github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect github.com/prometheus/common v0.44.0 // indirect github.com/prometheus/procfs v0.11.1 // indirect - github.com/quay/claircore/toolkit v1.1.0 // indirect + github.com/quay/claircore/toolkit v1.1.1 // indirect github.com/quay/claircore/updater/driver v1.0.0 // indirect github.com/quay/goval-parser v0.8.8 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect diff --git a/go.sum b/go.sum index 8b701e9898..865ec8550e 100644 --- a/go.sum +++ b/go.sum @@ -187,11 +187,11 @@ github.com/pyroscope-io/godeltaprof v0.1.2 h1:MdlEmYELd5w+lvIzmZvXGNMVzW2Qc9jDMu github.com/pyroscope-io/godeltaprof v0.1.2/go.mod h1:psMITXp90+8pFenXkKIpNhrfmI9saQnPbba27VIaiQE= github.com/quay/clair/config v1.3.0 h1:UqJIwvgHaWj6yTWrpVnYnlEIKcVYxJItlEF2EsCnw5s= github.com/quay/clair/config v1.3.0/go.mod h1:XrxQFjAt0W+TUk5GkkSjNPxu1QgfycdRJr/+GVqUxBw= -github.com/quay/claircore v1.5.18 h1:mN4QspLC3H1pGGV5Ku3Oy1P9TYvNdqNj1U61kMXAD7w= -github.com/quay/claircore v1.5.18/go.mod h1:4XtUSkSZ1THbVp36dCSpKTonb6wGkGsRMbIpmBMMAkM= +github.com/quay/claircore v1.5.19 h1:nQ6Lg0yodxXPRbBj2yOHt0irit/79aKqaa37qSe3ak8= +github.com/quay/claircore v1.5.19/go.mod h1:PrexKaa8EamLaA/dnOebPH8pWT31mg+AoXHlVDU4kn0= github.com/quay/claircore/toolkit v1.0.0/go.mod h1:3ELtgf92x7o1JCTSKVOAqhcnCTXc4s5qiGaEDx62i20= -github.com/quay/claircore/toolkit v1.1.0 h1:97DwHYUszafNiMXz7Wd1WexoWH55RNPas34nEBbBuPw= -github.com/quay/claircore/toolkit v1.1.0/go.mod h1:ZZHA/b/qpfUcNHFJeYVA0bOp7aL4r3CTFhlBV/ezoFI= +github.com/quay/claircore/toolkit v1.1.1 h1:9GFy14ffOkIOpl0fbR+bHr4i19VEwms1pXw8S8up0e4= +github.com/quay/claircore/toolkit v1.1.1/go.mod h1:ZZHA/b/qpfUcNHFJeYVA0bOp7aL4r3CTFhlBV/ezoFI= github.com/quay/claircore/updater/driver v1.0.0 h1:w7dAUjO3GBK6RjNyTZ2Kwz0l/Wuic3ykKJWPB80uA94= github.com/quay/claircore/updater/driver v1.0.0/go.mod h1:My5aY1wBpgxcWaHQZ0VoPmmj/EzuH7fq4ntzJbos4OI= github.com/quay/goval-parser v0.8.8 h1:Uf+f9iF2GIR5GPUY2pGoa9il2+4cdES44ZlM0mWm4cA=