From 969b3f65183e8865c7e78a1becec07ffa0c7af30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 02:00:30 +0000 Subject: [PATCH] deps: update module github.com/anchore/grype to v0.73.1 --- go.mod | 4 ++-- go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ad27939..cab6e72 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/ckotzbauer/vulnerability-operator go 1.21.4 require ( - github.com/anchore/grype v0.73.0 + github.com/anchore/grype v0.73.1 github.com/anchore/stereoscope v0.0.0-20231027135531-5909e353ee88 - github.com/anchore/syft v0.95.0 + github.com/anchore/syft v0.96.0 github.com/ckotzbauer/libstandard v0.0.0-20231101043320-363c9097d706 github.com/prometheus/client_golang v1.17.0 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 8fbe681..3b2ec70 100644 --- a/go.sum +++ b/go.sum @@ -259,12 +259,16 @@ github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 h1:rmZG77uXgE github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E= github.com/anchore/grype v0.73.0 h1:zwz7ixMSIDnSTWcoFAHdoVEvKFYT00f2mrET824c1dE= github.com/anchore/grype v0.73.0/go.mod h1:jhSfMOjApBvq3obnyWzjec676plrh0/J5OG16511VzI= +github.com/anchore/grype v0.73.1 h1:KOlPLl55NtdRDR9d/zhIoNAse+QhqkfQze8w32E/hHc= +github.com/anchore/grype v0.73.1/go.mod h1:kq0U09dJ/pbEoDOR947rI8ygAsg1W8qu5z5AQSY+I6w= github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501 h1:AV7qjwMcM4r8wFhJq3jLRztew3ywIyPTRapl2T1s9o8= github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4= github.com/anchore/stereoscope v0.0.0-20231027135531-5909e353ee88 h1:2fQngWFSfBIUWuMGo6qy+jVTyrMNuY+eL5IkE36oTJo= github.com/anchore/stereoscope v0.0.0-20231027135531-5909e353ee88/go.mod h1:GKAnytSVV1hoqB5r5Gd9M5Ph3Rzqq0zPdEJesewjC2w= github.com/anchore/syft v0.95.0 h1:hojCrgQ8hi2MOXuFEwsUkRJoa6lHH9KZcT6cUUchs80= github.com/anchore/syft v0.95.0/go.mod h1:gwAW3l1ZXkejZR8HBBCXyKkUr05Q+BdYrORKlM0/ZwU= +github.com/anchore/syft v0.96.0 h1:01H7gq2vqAPhZ4ZViJYRJ7FZNgNmSspTnRtRERZwU8Q= +github.com/anchore/syft v0.96.0/go.mod h1:rFrR+vah/AUISayY7XHDx1waBUGGZzYy9cDVhedrwSQ= 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.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI=