Skip to content

Commit d92a7ca

Browse files
build(deps): bump the go-dependencies group across 1 directory with 11 updates (#2580)
Bumps the go-dependencies group with 4 updates in the / directory: [github.com/chainguard-dev/kaniko](https://github.com/chainguard-dev/kaniko), [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell), [github.com/moby/moby/api](https://github.com/moby/moby) and [github.com/moby/moby/client](https://github.com/moby/moby). Updates `github.com/chainguard-dev/kaniko` from 1.25.12 to 1.25.13 - [Release notes](https://github.com/chainguard-dev/kaniko/releases) - [Changelog](https://github.com/chainguard-forks/kaniko/blob/main/CHANGELOG.md) - [Commits](chainguard-forks/kaniko@v1.25.12...v1.25.13) Updates `github.com/docker/cli` from 29.3.1+incompatible to 29.4.0+incompatible - [Commits](docker/cli@v29.3.1...v29.4.0) Updates `github.com/gdamore/tcell/v2` from 2.13.8 to 2.13.9 - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md) - [Commits](gdamore/tcell@v2.13.8...v2.13.9) Updates `github.com/google/go-containerregistry` from 0.21.4 to 0.21.5 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.4...v0.21.5) Updates `github.com/moby/moby/api` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@api/v1.54.1...api/v1.54.2) Updates `github.com/moby/moby/client` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/v0.4.1/CHANGELOG.md) - [Commits](moby/moby@v0.4.0...v0.4.1) Updates `golang.org/x/crypto` from 0.49.0 to 0.50.0 - [Commits](golang/crypto@v0.49.0...v0.50.0) Updates `golang.org/x/mod` from 0.34.0 to 0.35.0 - [Commits](golang/mod@v0.34.0...v0.35.0) Updates `golang.org/x/sys` from 0.42.0 to 0.43.0 - [Commits](golang/sys@v0.42.0...v0.43.0) Updates `golang.org/x/term` from 0.41.0 to 0.42.0 - [Commits](golang/term@v0.41.0...v0.42.0) Updates `golang.org/x/text` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/chainguard-dev/kaniko dependency-version: 1.25.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/docker/cli dependency-version: 29.4.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/gdamore/tcell/v2 dependency-version: 2.13.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/moby/moby/api dependency-version: 1.54.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/moby/moby/client dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69d36c8 commit d92a7ca

2 files changed

Lines changed: 90 additions & 90 deletions

File tree

go.mod

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ require (
77
github.com/apex/log v1.9.0
88
github.com/buildpacks/imgutil v0.0.0-20251202182233-51c1c8c186ea
99
github.com/buildpacks/lifecycle v0.21.0
10-
github.com/chainguard-dev/kaniko v1.25.12
10+
github.com/chainguard-dev/kaniko v1.25.13
1111
github.com/containerd/errdefs v1.0.0
12-
github.com/docker/cli v29.3.1+incompatible
12+
github.com/docker/cli v29.4.0+incompatible
1313
github.com/docker/docker v28.5.2+incompatible
1414
github.com/dustin/go-humanize v1.0.1
15-
github.com/gdamore/tcell/v2 v2.13.8
15+
github.com/gdamore/tcell/v2 v2.13.9
1616
github.com/go-git/go-git/v5 v5.18.0
1717
github.com/golang/mock v1.6.0
1818
github.com/google/go-cmp v0.7.0
19-
github.com/google/go-containerregistry v0.21.4
19+
github.com/google/go-containerregistry v0.21.5
2020
github.com/google/go-github/v30 v30.1.0
2121
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
2222
github.com/heroku/color v0.0.6
2323
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
2424
github.com/moby/go-archive v0.2.0
25-
github.com/moby/moby/api v1.54.1
26-
github.com/moby/moby/client v0.4.0
25+
github.com/moby/moby/api v1.54.2
26+
github.com/moby/moby/client v0.4.1
2727
github.com/onsi/gomega v1.39.1
2828
github.com/opencontainers/go-digest v1.0.0
2929
github.com/opencontainers/image-spec v1.1.1
@@ -33,13 +33,13 @@ require (
3333
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
3434
github.com/sclevine/spec v1.4.0
3535
github.com/spf13/cobra v1.10.2
36-
golang.org/x/crypto v0.49.0
37-
golang.org/x/mod v0.34.0
36+
golang.org/x/crypto v0.50.0
37+
golang.org/x/mod v0.35.0
3838
golang.org/x/oauth2 v0.36.0
3939
golang.org/x/sync v0.20.0
40-
golang.org/x/sys v0.42.0
41-
golang.org/x/term v0.41.0
42-
golang.org/x/text v0.35.0
40+
golang.org/x/sys v0.43.0
41+
golang.org/x/term v0.42.0
42+
golang.org/x/text v0.36.0
4343
gopkg.in/yaml.v3 v3.0.1
4444
)
4545

@@ -58,21 +58,21 @@ require (
5858
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
5959
github.com/ProtonMail/go-crypto v1.3.0 // indirect
6060
github.com/agext/levenshtein v1.2.3 // indirect
61-
github.com/aws/aws-sdk-go-v2 v1.41.4 // indirect
62-
github.com/aws/aws-sdk-go-v2/config v1.32.12 // indirect
63-
github.com/aws/aws-sdk-go-v2/credentials v1.19.12 // indirect
64-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 // indirect
65-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.20 // indirect
66-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.20 // indirect
61+
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
62+
github.com/aws/aws-sdk-go-v2/config v1.32.14 // indirect
63+
github.com/aws/aws-sdk-go-v2/credentials v1.19.14 // indirect
64+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // indirect
65+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
66+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
6767
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect
6868
github.com/aws/aws-sdk-go-v2/service/ecr v1.55.3 // indirect
6969
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.10 // indirect
7070
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
71-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.20 // indirect
72-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.8 // indirect
73-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.13 // indirect
74-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17 // indirect
75-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.9 // indirect
71+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect
73+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect
74+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect
75+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 // indirect
7676
github.com/aws/smithy-go v1.24.2 // indirect
7777
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0 // indirect
7878
github.com/beorn7/perks v1.0.1 // indirect
@@ -88,7 +88,7 @@ require (
8888
github.com/distribution/reference v0.6.0 // indirect
8989
github.com/docker/distribution v2.8.3+incompatible // indirect
9090
github.com/docker/docker-credential-helpers v0.9.5 // indirect
91-
github.com/docker/go-connections v0.6.0 // indirect
91+
github.com/docker/go-connections v0.7.0 // indirect
9292
github.com/docker/go-metrics v0.0.1 // indirect
9393
github.com/docker/go-units v0.5.0 // indirect
9494
github.com/emirpasic/gods v1.18.1 // indirect
@@ -143,13 +143,13 @@ require (
143143
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
144144
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
145145
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
146-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
147-
go.opentelemetry.io/otel v1.40.0 // indirect
148-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
149-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
146+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
147+
go.opentelemetry.io/otel v1.43.0 // indirect
148+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
149+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
150150
go.yaml.in/yaml/v2 v2.4.3 // indirect
151151
go.yaml.in/yaml/v3 v3.0.4 // indirect
152-
golang.org/x/net v0.52.0 // indirect
152+
golang.org/x/net v0.53.0 // indirect
153153
google.golang.org/protobuf v1.36.11 // indirect
154154
gopkg.in/warnings.v0 v0.1.2 // indirect
155155
)

0 commit comments

Comments
 (0)