Skip to content

Commit c37145d

Browse files
authored
Merge pull request #1665 from wolfi-dev/dependabot/go_modules/github.com/anchore/grype-0.95.0
build(deps): bump github.com/anchore/grype from 0.94.0 to 0.95.0
2 parents cba8348 + 93c7c01 commit c37145d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
chainguard.dev/melange v0.28.0
1616
cloud.google.com/go/storage v1.55.0
1717
github.com/adrg/xdg v0.5.3
18-
github.com/anchore/grype v0.94.0
18+
github.com/anchore/grype v0.95.0
1919
github.com/anchore/stereoscope v0.1.6
2020
github.com/anchore/syft v1.28.0
2121
github.com/chainguard-dev/clog v1.7.0
@@ -161,7 +161,7 @@ require (
161161
github.com/distribution/reference v0.6.0 // indirect
162162
github.com/docker/cli v28.3.0+incompatible // indirect
163163
github.com/docker/distribution v2.8.3+incompatible // indirect
164-
github.com/docker/docker v28.2.2+incompatible // indirect
164+
github.com/docker/docker v28.3.0+incompatible // indirect
165165
github.com/docker/docker-credential-helpers v0.9.3 // indirect
166166
github.com/docker/go-connections v0.5.0 // indirect
167167
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04 h1:VzprUTpc0v
718718
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04/go.mod h1:6dK64g27Qi1qGQZ67gFmBFvEHScy0/C8qhQhNe5B5pQ=
719719
github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 h1:rmZG77uXgE+o2gozGEBoUMpX27lsku+xrMwlmBZJtbg=
720720
github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E=
721-
github.com/anchore/grype v0.94.0 h1:tZzjzp+d1FvEIIhN71wqqC1nmKkbc2+8bAnVFcNmvZE=
722-
github.com/anchore/grype v0.94.0/go.mod h1:WIUbKY5Ao2ZVKHVbjy2CmBZEW86+ILmsqyHwXIKaedk=
721+
github.com/anchore/grype v0.95.0 h1:ymxXCRPmKCcv/ENStmrmmnPSIGV98UPuYDHp0rudeLk=
722+
github.com/anchore/grype v0.95.0/go.mod h1:zDtlzpsDYrHYi1PbkpG5YAlA8UMuMYwQukKwPfOUNRU=
723723
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 h1:ZyRCmiEjnoGJZ1+Ah0ZZ/mKKqNhGcUZBl0s7PTTDzvY=
724724
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115/go.mod h1:KoYIv7tdP5+CC9VGkeZV4/vGCKsY55VvoG+5dadg4YI=
725725
github.com/anchore/stereoscope v0.1.6 h1:DxaPHugD9EndPxOaIMaEYjHJJURjKNaHzD1NyQUUmdU=
@@ -912,8 +912,8 @@ github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlx
912912
github.com/docker/cli v28.3.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
913913
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
914914
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
915-
github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw=
916-
github.com/docker/docker v28.2.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
915+
github.com/docker/docker v28.3.0+incompatible h1:ffS62aKWupCWdvcee7nBU9fhnmknOqDPaJAMtfK0ImQ=
916+
github.com/docker/docker v28.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
917917
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
918918
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
919919
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

0 commit comments

Comments
 (0)