Skip to content

Commit 1d801da

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f86b2e1 commit 1d801da

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

internal/grype-scan/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ tool (
99

1010
replace (
1111
// Changes from https://github.com/anchore/grype/pull/2798 for using VEX with SBOM
12-
github.com/anchore/grype => github.com/dsseng/grype v0.96.1-0.20250718094733-2197792a3b26
12+
github.com/anchore/grype => github.com/dsseng/grype v0.95.1-0.20250710124245-9b7e8e23d161
1313
// Changes from https://github.com/anchore/syft/pull/3932 for deterministic SBOM
14-
github.com/anchore/syft => github.com/dsseng/syft v1.26.2-0.20250703101014-f39c35d156d9
14+
github.com/anchore/syft => github.com/dsseng/syft v1.28.0
1515
// HACK: required by some dependency of syft, no longer available
16-
github.com/garyburd/redigo => github.com/gomodule/redigo v0.0.0-20150301180006-535138d7bcd7
16+
github.com/garyburd/redigo => github.com/gomodule/redigo v1.9.3
1717
)
1818

1919
require (
@@ -59,10 +59,10 @@ require (
5959
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
6060
github.com/anchore/go-sync v0.0.0-20250326131806-4eda43a485b6 // indirect
6161
github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 // indirect
62-
github.com/anchore/grype v0.0.0-00010101000000-000000000000 // indirect
62+
github.com/anchore/grype v0.104.1 // indirect
6363
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 // indirect
6464
github.com/anchore/stereoscope v0.1.6 // indirect
65-
github.com/anchore/syft v1.28.0 // indirect
65+
github.com/anchore/syft v1.38.0 // indirect
6666
github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
6767
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
6868
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect

internal/grype-scan/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,10 +891,12 @@ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3
891891
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 h1:2tV76y6Q9BB+NEBasnqvs7e49aEBFI8ejC89PSnWH+4=
892892
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707/go.mod h1:qssHWj60/X5sZFNxpG4HBPDHVqxNm4DfnCKgrbZOT+s=
893893
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
894+
github.com/dsseng/grype v0.95.1-0.20250710124245-9b7e8e23d161/go.mod h1:r00SpDeaLS4r8CbMSSOgcIOixkA/aU/ak1GQcacVIlk=
894895
github.com/dsseng/grype v0.96.1-0.20250718094733-2197792a3b26 h1:Pgz4mR5Q5S1EkJXBoKSMY5r8/CgquO62lBcaG3y0SyE=
895896
github.com/dsseng/grype v0.96.1-0.20250718094733-2197792a3b26/go.mod h1:C4G3Bo5V7fH11xAGdjhRrroYLkw+fmXWpQyuggqVuiM=
896897
github.com/dsseng/syft v1.26.2-0.20250703101014-f39c35d156d9 h1:oG9Q5NQkAJ5F+yHL7oNH1U1xH7KtZn96Th2Pg4CoyD8=
897898
github.com/dsseng/syft v1.26.2-0.20250703101014-f39c35d156d9/go.mod h1:jGpfAy5lRvOUrOxWAfbbu9t3TK8VwJpAAJHz6HFQofw=
899+
github.com/dsseng/syft v1.28.0/go.mod h1:jGpfAy5lRvOUrOxWAfbbu9t3TK8VwJpAAJHz6HFQofw=
898900
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
899901
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
900902
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=

misc/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ depName=https://sourceware.org/git/glibc.git
2-
GLIBC_VERSION: 2.41
2+
GLIBC_VERSION: 2.42
33
GLIBC_SHA256: a5a26b22f545d6b7d7b3dd828e11e428f24f4fac43c934fb071b6a7d0828e901
44
GLIBC_SHA512: 894a3e5a796bc13df30c26a5bfbe4d60b5dbdaac54e7763432235124b547070c7dda88c50584536870cab79183d8cad73a3ac6ed09bfe54fa8482aad07253169

network/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ NEWT_VERSION: 1.6.0
2525
NEWT_SHA256: 71d3b27e2802c6b0f42aef3badf58e3599360d54a836195836e93214fda7dc93
2626
NEWT_SHA512: 021cb93f8616a907f5d0d2e5c2979cc28669042b2cc77322633a23e49cae48e0498904536745f03fdeed03f23543d68fbd76dd6a04ca507585b6dc49b7e131a3
2727
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=netbirdio/netbird
28-
NETBIRD_VERSION: 0.60.2
28+
NETBIRD_VERSION: 0.60.4
2929
NETBIRD_SHA256: e3ec023aff48d86ed1302708aa0522f610ec02891da8f24e6d98b9e9680bbc4e
3030
NETBIRD_SHA512: 8bebc0412932eb0c278749b282bae366ff032ca95c5e9032ad54e84e91b47c6f530c4f4bcf9d5843fdd4025516efdad46913f73d18976b177c2534bd7258affe

storage/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ LIBEVENT_VERSION: 2.1.12
1515
LIBEVENT_SHA256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
1616
LIBEVENT_SHA512: 88d8944cd75cbe78bc4e56a6741ca67c017a3686d5349100f1c74f8a68ac0b6410ce64dff160be4a4ba0696ee29540dfed59aaf3c9a02f0c164b00307fcfe84f
1717
# renovate: datasource=github-tags extractVersion=^version-(?<version>.*)$ depName=sqlite/sqlite
18-
SQLITE_VERSION: 3.51.0
18+
SQLITE_VERSION: 3.51.1
1919
SQLITE_SHA256: e6c9cc39bc79c433f49a12db9f9270b85e223ecbd8d5ff1ec12d4a36d72c50ec
2020
SQLITE_SHA512: 17cb6911ff5bc99e19a45d8ee247b4eda8018db03a479da41ade138be7f0783253687631ef1895046358c8ac6f36385f8df726accf2ca82c3e2b88a9b0ab9b2c

0 commit comments

Comments
 (0)