From c0e76f273d70c1380aad5265a1f0338c23ea469b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 10:07:42 +0000 Subject: [PATCH] Bump github.com/anchore/syft from 0.60.2 to 0.60.3 Bumps [github.com/anchore/syft](https://github.com/anchore/syft) from 0.60.2 to 0.60.3. - [Release notes](https://github.com/anchore/syft/releases) - [Changelog](https://github.com/anchore/syft/blob/main/.goreleaser.yaml) - [Commits](https://github.com/anchore/syft/compare/v0.60.2...v0.60.3) --- updated-dependencies: - dependency-name: github.com/anchore/syft dependency-type: direct:production update-type: version-update:semver-patch ... 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 8265642..1c92a87 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/BurntSushi/toml v1.2.1 github.com/Masterminds/semver/v3 v3.1.1 - github.com/anchore/syft v0.60.2 + github.com/anchore/syft v0.60.3 github.com/buildpacks/pack v0.27.0 github.com/docker/cli v20.10.21+incompatible github.com/docker/distribution v2.8.1+incompatible diff --git a/go.sum b/go.sum index 71c717e..72d2d1b 100644 --- a/go.sum +++ b/go.sum @@ -329,8 +329,8 @@ github.com/anchore/stereoscope v0.0.0-20220921141924-56552770e555/go.mod h1:QjCx github.com/anchore/stereoscope v0.0.0-20221006201143-d24c9d626b33 h1:Y+9aMJMTEMH+kJJFEaxqrF6X1t9CkjpWjOzaCo1q5vM= github.com/anchore/stereoscope v0.0.0-20221006201143-d24c9d626b33/go.mod h1:WOWtswyDxLkBnizq9LihYa9uw88r1FhBvJo7g//Ljcc= github.com/anchore/syft v0.58.0/go.mod h1:EtZQE3/Twdd5HEKyIsm++v/Z3Kcw1uw5Yr2rulT8LTY= -github.com/anchore/syft v0.60.2 h1:QufZXa2L4k6m1FqcJXUSf8/oTyT21DnfekPxBfvt0jI= -github.com/anchore/syft v0.60.2/go.mod h1:liCRoNZiQeiZeafaptjizcr/V7+ZAEYra/RhwqKldgw= +github.com/anchore/syft v0.60.3 h1:35mk6LgG8iSbSgRHOwsRr/XyPq0KE0FQPK8LO5RiyAI= +github.com/anchore/syft v0.60.3/go.mod h1:liCRoNZiQeiZeafaptjizcr/V7+ZAEYra/RhwqKldgw= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8= github.com/andybalholm/brotli v1.0.1/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=