Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update module github.com/anchore/grype to v0.73.2 #374

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/ckotzbauer/vulnerability-operator
go 1.21.4

require (
github.com/anchore/grype v0.73.1
github.com/anchore/grype v0.73.2
github.com/anchore/stereoscope v0.0.0-20231117203853-3610f4ef3e83
github.com/anchore/syft v0.96.0
github.com/anchore/syft v0.97.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
Expand Down Expand Up @@ -213,7 +213,7 @@ require (
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/mod v0.14.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.14.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ 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/grype v0.73.2 h1:iPEmknZOD3UPEETxHbyNXbZYZ3xQinw/w6BMeArCgwk=
github.com/anchore/grype v0.73.2/go.mod h1:RD2DhnOcslK+9ESlMBGrwFr3KpoLLYYz4I5Z/0b6ygI=
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=
Expand All @@ -271,6 +273,8 @@ 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/anchore/syft v0.97.0 h1:Euo/7BSCFp2X9a5D4kZzIrdN/6EBKwvF5DAH5bVLTOs=
github.com/anchore/syft v0.97.0/go.mod h1:rEC0ajSw9atULFqX1FKSe8yX3E6qPRaSCocUZCnOw+s=
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=
Expand Down
Loading