From 836c0579450d1648c74b69de4005e91dcfa2cbe1 Mon Sep 17 00:00:00 2001 From: crozzy Date: Fri, 9 Jun 2023 14:19:45 -0700 Subject: [PATCH] chore: bump Claircore to v1.5.7 Bump Claircore to the latest tag. Signed-off-by: crozzy --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a7b25a9e85..7ae054651d 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/ldelossa/responserecorder v1.0.2-0.20210711162258-40bec93a9325 github.com/prometheus/client_golang v1.15.1 github.com/quay/clair/config v1.1.3 - github.com/quay/claircore v1.5.6 + github.com/quay/claircore v1.5.7 github.com/quay/zlog v1.1.4 github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319 github.com/rs/zerolog v1.29.1 diff --git a/go.sum b/go.sum index b586eb7f93..83b5edeacc 100644 --- a/go.sum +++ b/go.sum @@ -185,8 +185,8 @@ github.com/quay/alas v1.0.1 h1:MuFpGGXyZlDD7+F/hrnMZmzhS8P2bjRzX9DyGmyLA+0= github.com/quay/alas v1.0.1/go.mod h1:pseepSrG9pwry1joG7RO/RNRFJaWqiqx9qeoomeYwEk= github.com/quay/clair/config v1.1.3 h1:z9wmMQFJASQZwQKSTH3VV1A37dov10mLgutUSRBM4cI= github.com/quay/clair/config v1.1.3/go.mod h1:3mfaS7n0V/+lHMJ72SBbaiD+fTi/us1j/Ad8fvE6j5U= -github.com/quay/claircore v1.5.6 h1:ClYCZYioRcngFUxOiO+bOcb894v7BHIKULQxw0C1Ys0= -github.com/quay/claircore v1.5.6/go.mod h1:WVYCDfevyE2HOb0dQTvkrGet0Zctgieg4tPWPKrYjGU= +github.com/quay/claircore v1.5.7 h1:5fkYL+SEwX/htYlChDIjfNmMK+FeKRY1/MghTFDNcYQ= +github.com/quay/claircore v1.5.7/go.mod h1:WVYCDfevyE2HOb0dQTvkrGet0Zctgieg4tPWPKrYjGU= github.com/quay/claircore/toolkit v1.0.0 h1:FiAo/URPMa62D9KN0YhyK+ATObtXl4I8/Jsf69GEHYM= github.com/quay/claircore/toolkit v1.0.0/go.mod h1:3ELtgf92x7o1JCTSKVOAqhcnCTXc4s5qiGaEDx62i20= github.com/quay/claircore/updater/driver v1.0.0 h1:w7dAUjO3GBK6RjNyTZ2Kwz0l/Wuic3ykKJWPB80uA94=