Skip to content

Commit c7e20fd

Browse files
build(deps): bump the chainguard group across 1 directory with 4 updates
Bumps the chainguard group with 4 updates in the / directory: [chainguard.dev/apko](https://github.com/chainguard-dev/apko), [chainguard.dev/melange](https://github.com/chainguard-dev/melange), [github.com/chainguard-dev/yam](https://github.com/chainguard-dev/yam) and [github.com/chainguard-dev/advisory-schema](https://github.com/chainguard-dev/advisory-schema). Updates `chainguard.dev/apko` from 0.30.7 to 0.30.9 - [Release notes](https://github.com/chainguard-dev/apko/releases) - [Changelog](https://github.com/chainguard-dev/apko/blob/main/NEWS.md) - [Commits](chainguard-dev/apko@v0.30.7...v0.30.9) Updates `chainguard.dev/melange` from 0.31.1 to 0.31.3 - [Release notes](https://github.com/chainguard-dev/melange/releases) - [Changelog](https://github.com/chainguard-dev/melange/blob/main/NEWS.md) - [Commits](chainguard-dev/melange@v0.31.1...v0.31.3) Updates `github.com/chainguard-dev/yam` from 0.2.31 to 0.2.32 - [Commits](chainguard-dev/yam@v0.2.31...v0.2.32) Updates `github.com/chainguard-dev/advisory-schema` from 0.37.19 to 0.37.20 - [Commits](chainguard-dev/advisory-schema@v0.37.19...v0.37.20) --- updated-dependencies: - dependency-name: chainguard.dev/apko dependency-version: 0.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: chainguard - dependency-name: chainguard.dev/melange dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: chainguard - dependency-name: github.com/chainguard-dev/yam dependency-version: 0.2.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: chainguard - dependency-name: github.com/chainguard-dev/advisory-schema dependency-version: 0.37.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: chainguard ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b597eb6 commit c7e20fd

File tree

2 files changed

+66
-65
lines changed

2 files changed

+66
-65
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2
1111
replace modernc.org/sqlite v1.33.0 => modernc.org/sqlite v1.32.0
1212

1313
require (
14-
chainguard.dev/apko v0.30.7
15-
chainguard.dev/melange v0.31.1
14+
chainguard.dev/apko v0.30.9
15+
chainguard.dev/melange v0.31.3
1616
cloud.google.com/go/storage v1.56.1
1717
github.com/adrg/xdg v0.5.3
1818
github.com/anchore/grype v0.99.1
1919
github.com/anchore/stereoscope v0.1.9
2020
github.com/anchore/syft v1.32.0
2121
github.com/chainguard-dev/clog v1.7.0
22-
github.com/chainguard-dev/yam v0.2.31
22+
github.com/chainguard-dev/yam v0.2.32
2323
github.com/charmbracelet/bubbles v0.21.0
2424
github.com/charmbracelet/bubbletea v1.3.7
2525
github.com/charmbracelet/lipgloss v1.1.1-0.20250319133953-166f707985bc
@@ -43,19 +43,19 @@ require (
4343
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
4444
github.com/lucasb-eyer/go-colorful v1.2.0
4545
github.com/muesli/reflow v0.3.0
46-
github.com/openvex/go-vex v0.2.5 // indirect
46+
github.com/openvex/go-vex v0.2.6 // indirect
4747
github.com/package-url/packageurl-go v0.1.3
4848
github.com/samber/lo v1.51.0
4949
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
5050
github.com/savioxavier/termlink v1.4.3
5151
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
5252
github.com/spf13/cobra v1.10.1
53-
github.com/spf13/pflag v1.0.9
53+
github.com/spf13/pflag v1.0.10
5454
github.com/stretchr/testify v1.11.1
5555
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
5656
github.com/tmc/dot v0.2.0
5757
go.lsp.dev/uri v0.3.0
58-
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
58+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
5959
golang.org/x/oauth2 v0.30.0
6060
golang.org/x/sync v0.16.0
6161
golang.org/x/term v0.34.0
@@ -67,7 +67,7 @@ require (
6767

6868
require (
6969
github.com/anchore/go-logger v0.0.0-20250318195838-07ae343dd722
70-
github.com/chainguard-dev/advisory-schema v0.37.19
70+
github.com/chainguard-dev/advisory-schema v0.37.20
7171
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
7272
github.com/spf13/afero v1.14.0
7373
)
@@ -136,7 +136,7 @@ require (
136136
github.com/bodgit/windows v1.0.1 // indirect
137137
github.com/cespare/xxhash/v2 v2.3.0 // indirect
138138
github.com/chainguard-dev/go-pkgconfig v0.0.0-20240404163941-6351b37b2a10 // indirect
139-
github.com/charmbracelet/colorprofile v0.3.1 // indirect
139+
github.com/charmbracelet/colorprofile v0.3.2 // indirect
140140
github.com/charmbracelet/x/ansi v0.10.1 // indirect
141141
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
142142
github.com/charmbracelet/x/term v0.2.1 // indirect
@@ -154,7 +154,7 @@ require (
154154
github.com/containerd/fifo v1.1.0 // indirect
155155
github.com/containerd/log v0.1.0 // indirect
156156
github.com/containerd/platforms v1.0.0-rc.1 // indirect
157-
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
157+
github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect
158158
github.com/containerd/ttrpc v1.2.7 // indirect
159159
github.com/containerd/typeurl/v2 v2.2.3 // indirect
160160
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -231,7 +231,7 @@ require (
231231
github.com/kastenhq/goversion v0.0.0-20230811215019-93b2f8823953 // indirect
232232
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
233233
github.com/kelseyhightower/envconfig v1.4.0 // indirect
234-
github.com/kevinburke/ssh_config v1.2.0 // indirect
234+
github.com/kevinburke/ssh_config v1.4.0 // indirect
235235
github.com/klauspost/compress v1.18.0 // indirect
236236
github.com/klauspost/pgzip v1.2.6 // indirect
237237
github.com/knqyf263/go-deb-version v0.0.0-20241115132648-6f4aee6ccd23 // indirect
@@ -286,7 +286,7 @@ require (
286286
github.com/prometheus/client_golang v1.23.0 // indirect
287287
github.com/prometheus/client_model v0.6.2 // indirect
288288
github.com/prometheus/common v0.65.0 // indirect
289-
github.com/prometheus/procfs v0.16.1 // indirect
289+
github.com/prometheus/procfs v0.17.0 // indirect
290290
github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b // indirect
291291
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
292292
github.com/rivo/uniseg v0.4.7 // indirect
@@ -312,7 +312,7 @@ require (
312312
github.com/sylabs/sif/v2 v2.22.0 // indirect
313313
github.com/sylabs/squashfs v1.0.6 // indirect
314314
github.com/therootcompany/xz v1.0.1 // indirect
315-
github.com/u-root/u-root v0.14.0 // indirect
315+
github.com/u-root/u-root v0.15.0 // indirect
316316
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
317317
github.com/ulikunitz/xz v0.5.14 // indirect
318318
github.com/vbatts/go-mtree v0.5.4 // indirect
@@ -331,14 +331,14 @@ require (
331331
go.opencensus.io v0.24.0 // indirect
332332
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
333333
go.opentelemetry.io/contrib/detectors/gcp v1.37.0 // indirect
334-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
335-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
336-
go.opentelemetry.io/otel v1.37.0 // indirect
334+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
335+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
336+
go.opentelemetry.io/otel v1.38.0 // indirect
337337
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 // indirect
338-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
339-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
340-
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
341-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
338+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
339+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
340+
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
341+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
342342
go.step.sm/crypto v0.70.0 // indirect
343343
go.uber.org/multierr v1.11.0 // indirect
344344
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -351,14 +351,14 @@ require (
351351
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
352352
google.golang.org/api v0.248.0 // indirect
353353
google.golang.org/genproto v0.0.0-20250715232539-7130f93afb79 // indirect
354-
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
355-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
354+
google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect
355+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
356356
google.golang.org/grpc v1.75.0 // indirect
357357
google.golang.org/protobuf v1.36.8 // indirect
358358
gopkg.in/ini.v1 v1.67.0 // indirect
359359
gopkg.in/warnings.v0 v0.1.2 // indirect
360360
gorm.io/gorm v1.30.2 // indirect
361-
k8s.io/apimachinery v0.33.4 // indirect
361+
k8s.io/apimachinery v0.34.0 // indirect
362362
k8s.io/klog/v2 v2.130.1 // indirect
363363
modernc.org/libc v1.66.3 // indirect
364364
modernc.org/mathutil v1.7.1 // indirect

0 commit comments

Comments
 (0)