Skip to content

Commit 073b936

Browse files
Update dependencies and deprecate DockerVersion field (#2164)
* Deprecate ConfigFile.DockerVersion field * Bump the root-deps group with 8 updates Bumps the root-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) | `0.16.3` | `0.18.1` | | [github.com/docker/cli](https://github.com/docker/cli) | `28.2.2+incompatible` | `29.0.0+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.2.2+incompatible` | `28.5.2+incompatible` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.33.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.17.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.34.0` | `0.38.0` | Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.16.3 to 0.18.1 - [Release notes](https://github.com/containerd/stargz-snapshotter/releases) - [Commits](containerd/stargz-snapshotter@v0.16.3...v0.18.1) Updates `github.com/docker/cli` from 28.2.2+incompatible to 29.0.0+incompatible - [Commits](docker/cli@v28.2.2...v29.0.0) Updates `github.com/docker/docker` from 28.2.2+incompatible to 28.5.2+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.2.2...v28.5.2) Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.18.0...v1.18.1) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `golang.org/x/oauth2` from 0.30.0 to 0.33.0 - [Commits](golang/oauth2@v0.30.0...v0.33.0) Updates `golang.org/x/sync` from 0.15.0 to 0.17.0 - [Commits](golang/sync@v0.15.0...v0.17.0) Updates `golang.org/x/tools` from 0.34.0 to 0.38.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.34.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/containerd/stargz-snapshotter/estargz dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: github.com/docker/cli dependency-version: 29.0.0+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: root-deps - dependency-name: github.com/docker/docker dependency-version: 28.5.2+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: github.com/klauspost/compress dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: golang.org/x/oauth2 dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: golang.org/x/sync dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: golang.org/x/tools dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps ... Signed-off-by: dependabot[bot] <[email protected]> * Fix errors in linter + linter errors and run 'go mod tidy' after dependency updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 390dacd commit 073b936

File tree

246 files changed

+6271
-19463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+6271
-19463
lines changed

.github/workflows/style.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
- uses: golangci/[email protected]
2929
with:
3030
version: v2.1.6
31+
32+
- uses: chainguard-dev/actions/trailing-space@main
33+
if: ${{ always() }}
34+
35+
- uses: chainguard-dev/actions/eof-newline@main
36+
if: ${{ always() }}
37+
3138
- uses: reviewdog/action-misspell@v1
3239
if: ${{ always() }}
3340
with:
@@ -36,12 +43,6 @@ jobs:
3643
locale: "US"
3744
exclude: ./vendor/*
3845

39-
- uses: chainguard-dev/actions/trailing-space@main
40-
if: ${{ always() }}
41-
42-
- uses: chainguard-dev/actions/eof-newline@main
43-
if: ${{ always() }}
44-
4546
- uses: get-woke/woke-action-reviewdog@v0
4647
if: ${{ always() }}
4748
with:

cmd/krane/go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,25 @@ require (
3636
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
3737
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
3838
github.com/aws/smithy-go v1.23.2 // indirect
39-
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
39+
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
4040
github.com/dimchansky/utfbom v1.1.1 // indirect
41-
github.com/docker/cli v28.2.2+incompatible // indirect
41+
github.com/docker/cli v29.0.2+incompatible // indirect
4242
github.com/docker/distribution v2.8.3+incompatible // indirect
4343
github.com/docker/docker-credential-helpers v0.9.4 // indirect
4444
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
4545
github.com/google/go-cmp v0.7.0 // indirect
4646
github.com/inconshreveable/mousetrap v1.1.0 // indirect
47-
github.com/klauspost/compress v1.18.0 // indirect
47+
github.com/klauspost/compress v1.18.1 // indirect
4848
github.com/mitchellh/go-homedir v1.1.0 // indirect
4949
github.com/opencontainers/go-digest v1.0.0 // indirect
5050
github.com/opencontainers/image-spec v1.1.1 // indirect
51-
github.com/pkg/errors v0.9.1 // indirect
5251
github.com/sirupsen/logrus v1.9.3 // indirect
53-
github.com/spf13/cobra v1.9.1 // indirect
54-
github.com/spf13/pflag v1.0.6 // indirect
55-
github.com/vbatts/tar-split v0.12.1 // indirect
52+
github.com/spf13/cobra v1.10.1 // indirect
53+
github.com/spf13/pflag v1.0.9 // indirect
54+
github.com/vbatts/tar-split v0.12.2 // indirect
5655
golang.org/x/crypto v0.45.0 // indirect
57-
golang.org/x/oauth2 v0.30.0 // indirect
58-
golang.org/x/sync v0.15.0 // indirect
56+
golang.org/x/oauth2 v0.33.0 // indirect
57+
golang.org/x/sync v0.18.0 // indirect
5958
golang.org/x/sys v0.38.0 // indirect
6059
gotest.tools/v3 v3.1.0 // indirect
6160
)

cmd/krane/go.sum

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
module github.com/google/go-containerregistry
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
6-
github.com/containerd/stargz-snapshotter/estargz v0.16.3
7-
github.com/docker/cli v28.2.2+incompatible
6+
github.com/containerd/stargz-snapshotter/estargz v0.18.1
7+
github.com/docker/cli v29.0.2+incompatible
88
github.com/docker/distribution v2.8.3+incompatible
9-
github.com/docker/docker v28.3.3+incompatible
9+
github.com/docker/docker v28.5.2+incompatible
1010
github.com/google/go-cmp v0.7.0
11-
github.com/klauspost/compress v1.18.0
11+
github.com/klauspost/compress v1.18.1
1212
github.com/mitchellh/go-homedir v1.1.0
1313
github.com/moby/docker-image-spec v1.3.1
1414
github.com/opencontainers/go-digest v1.0.0
1515
github.com/opencontainers/image-spec v1.1.1
16-
github.com/spf13/cobra v1.9.1
17-
golang.org/x/oauth2 v0.30.0
18-
golang.org/x/sync v0.15.0
19-
golang.org/x/tools v0.34.0
16+
github.com/spf13/cobra v1.10.1
17+
golang.org/x/oauth2 v0.33.0
18+
golang.org/x/sync v0.18.0
19+
golang.org/x/tools v0.39.0
2020
)
2121

2222
require (
@@ -33,24 +33,23 @@ require (
3333
github.com/felixge/httpsnoop v1.0.4 // indirect
3434
github.com/go-logr/logr v1.4.3 // indirect
3535
github.com/go-logr/stdr v1.2.2 // indirect
36-
github.com/gogo/protobuf v1.3.2 // indirect
3736
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3837
github.com/moby/sys/atomicwriter v0.1.0 // indirect
3938
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
4039
github.com/morikuni/aec v1.0.0 // indirect
4140
github.com/pkg/errors v0.9.1 // indirect
4241
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4342
github.com/sirupsen/logrus v1.9.3 // indirect
44-
github.com/spf13/pflag v1.0.6 // indirect
45-
github.com/vbatts/tar-split v0.12.1 // indirect
43+
github.com/spf13/pflag v1.0.9 // indirect
44+
github.com/vbatts/tar-split v0.12.2 // indirect
4645
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4746
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
4847
go.opentelemetry.io/otel v1.36.0 // indirect
4948
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect
5049
go.opentelemetry.io/otel/metric v1.36.0 // indirect
5150
go.opentelemetry.io/otel/trace v1.36.0 // indirect
52-
golang.org/x/mod v0.25.0 // indirect
53-
golang.org/x/sys v0.33.0 // indirect
51+
golang.org/x/mod v0.30.0 // indirect
52+
golang.org/x/sys v0.38.0 // indirect
5453
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
5554
google.golang.org/protobuf v1.36.3 // indirect
5655
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)