diff --git a/go.mod b/go.mod index 5f0f85c538..b73632f48b 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/prometheus/client_golang v1.16.0 github.com/pyroscope-io/godeltaprof v0.1.1 github.com/quay/clair/config v1.3.0 - github.com/quay/claircore v1.5.11 + github.com/quay/claircore v1.5.12 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 ad10e05e3d..abba9295bb 100644 --- a/go.sum +++ b/go.sum @@ -189,8 +189,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.3.0 h1:UqJIwvgHaWj6yTWrpVnYnlEIKcVYxJItlEF2EsCnw5s= github.com/quay/clair/config v1.3.0/go.mod h1:XrxQFjAt0W+TUk5GkkSjNPxu1QgfycdRJr/+GVqUxBw= -github.com/quay/claircore v1.5.11 h1:28QKN+ikQnw2/rlB4zkQ/Av3AURaKSZWpVEZPo2+5GY= -github.com/quay/claircore v1.5.11/go.mod h1:UjruI8g/DnNxkF4tF89sF/+rMzAy74NTKjEvapXYTsw= +github.com/quay/claircore v1.5.12 h1:NYYdtnD499V8zkB5JqSJ8G6Iq/LiR/owpaAUKo/Xljs= +github.com/quay/claircore v1.5.12/go.mod h1:UjruI8g/DnNxkF4tF89sF/+rMzAy74NTKjEvapXYTsw= 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=