From 47711e20d0254ce9791672ba46955f82d0d6c465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:27:42 +0000 Subject: [PATCH] build(deps): bump github.com/anchore/grype from 0.80.2 to 0.81.0 Bumps [github.com/anchore/grype](https://github.com/anchore/grype) from 0.80.2 to 0.81.0. - [Release notes](https://github.com/anchore/grype/releases) - [Changelog](https://github.com/anchore/grype/blob/main/.goreleaser.yaml) - [Commits](https://github.com/anchore/grype/compare/v0.80.2...v0.81.0) --- updated-dependencies: - dependency-name: github.com/anchore/grype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ab20e3c8..b4dedc90 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( chainguard.dev/melange v0.12.1 cloud.google.com/go/storage v1.43.0 github.com/adrg/xdg v0.5.0 - github.com/anchore/grype v0.80.2 + github.com/anchore/grype v0.81.0 github.com/anchore/stereoscope v0.0.3 github.com/anchore/syft v1.13.0 github.com/chainguard-dev/clog v1.5.1-0.20240811185937-4c523ae4593f diff --git a/go.sum b/go.sum index d143024a..d8c02b5f 100644 --- a/go.sum +++ b/go.sum @@ -275,8 +275,8 @@ github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04 h1:VzprUTpc0v github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04/go.mod h1:6dK64g27Qi1qGQZ67gFmBFvEHScy0/C8qhQhNe5B5pQ= github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 h1:rmZG77uXgE+o2gozGEBoUMpX27lsku+xrMwlmBZJtbg= github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E= -github.com/anchore/grype v0.80.2 h1:/iQFxH5T92bueBnCn/wkr4MAYX7Jd3H+qQ0eib/gZ/Q= -github.com/anchore/grype v0.80.2/go.mod h1:NwocNorrJLiaTyceEVkd5LsoawPKyrJ/V1fb4i/5/IQ= +github.com/anchore/grype v0.81.0 h1:hlnSwQjobIb3oKSLZrgKusoijU2PTi86z5fZBf3XSbM= +github.com/anchore/grype v0.81.0/go.mod h1:NwocNorrJLiaTyceEVkd5LsoawPKyrJ/V1fb4i/5/IQ= github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f h1:B/E9ixKNCasntpoch61NDaQyGPDXLEJlL+B9B/PbdbA= github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4= github.com/anchore/stereoscope v0.0.3 h1:JRPHySy8S6P+Ff3IDiQ29ap1i8/laUQxDk9K1eFh/2U=