Skip to content

Commit 438abde

Browse files
Bump the root-deps group across 1 directory with 7 updates (#2195)
* Bump the root-deps group across 1 directory with 7 updates Bumps the root-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) | `0.18.1` | `0.18.2` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.0.3+incompatible` | `29.1.5+incompatible` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.33.0` | `0.34.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.39.0` | `0.41.0` | Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.18.1 to 0.18.2 - [Release notes](https://github.com/containerd/stargz-snapshotter/releases) - [Commits](containerd/stargz-snapshotter@v0.18.1...v0.18.2) Updates `github.com/docker/cli` from 29.0.3+incompatible to 29.1.5+incompatible - [Commits](docker/cli@v29.0.3...v29.1.5) Updates `github.com/klauspost/compress` from 1.18.1 to 1.18.3 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.1...v1.18.3) Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0 - [Commits](golang/oauth2@v0.33.0...v0.34.0) Updates `golang.org/x/sync` from 0.18.0 to 0.19.0 - [Commits](golang/sync@v0.18.0...v0.19.0) Updates `golang.org/x/tools` from 0.39.0 to 0.41.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.39.0...v0.41.0) --- updated-dependencies: - dependency-name: github.com/containerd/stargz-snapshotter/estargz dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: github.com/docker/cli dependency-version: 29.1.5+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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: golang.org/x/oauth2 dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps - dependency-name: golang.org/x/tools dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-deps ... Signed-off-by: dependabot[bot] <support@github.com> * run go mod tidy on cmd/krane * run go mod tidy on authn/k8schain and authn/kubernetes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jared Rodriguez <jrsb@google.com>
1 parent b6eadd8 commit 438abde

81 files changed

Lines changed: 1951 additions & 1365 deletions

Some content is hidden

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

cmd/krane/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +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.18.1 // indirect
39+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
4040
github.com/dimchansky/utfbom v1.1.1 // indirect
41-
github.com/docker/cli v29.0.3+incompatible // indirect
41+
github.com/docker/cli v29.2.1+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.1 // indirect
47+
github.com/klauspost/compress v1.18.3 // 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
5151
github.com/sirupsen/logrus v1.9.3 // indirect
52-
github.com/spf13/cobra v1.10.1 // indirect
52+
github.com/spf13/cobra v1.10.2 // indirect
5353
github.com/spf13/pflag v1.0.9 // indirect
5454
github.com/vbatts/tar-split v0.12.2 // indirect
5555
golang.org/x/crypto v0.45.0 // indirect
56-
golang.org/x/oauth2 v0.33.0 // indirect
57-
golang.org/x/sync v0.18.0 // indirect
58-
golang.org/x/sys v0.38.0 // indirect
56+
golang.org/x/oauth2 v0.35.0 // indirect
57+
golang.org/x/sync v0.19.0 // indirect
58+
golang.org/x/sys v0.41.0 // indirect
5959
gotest.tools/v3 v3.1.0 // indirect
6060
)

cmd/krane/go.sum

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

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/google/go-containerregistry
33
go 1.24.0
44

55
require (
6-
github.com/containerd/stargz-snapshotter/estargz v0.18.1
7-
github.com/docker/cli v29.0.3+incompatible
6+
github.com/containerd/stargz-snapshotter/estargz v0.18.2
7+
github.com/docker/cli v29.2.1+incompatible
88
github.com/docker/distribution v2.8.3+incompatible
99
github.com/docker/docker v28.5.2+incompatible
1010
github.com/google/go-cmp v0.7.0
11-
github.com/klauspost/compress v1.18.1
11+
github.com/klauspost/compress v1.18.3
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.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
16+
github.com/spf13/cobra v1.10.2
17+
golang.org/x/oauth2 v0.35.0
18+
golang.org/x/sync v0.19.0
19+
golang.org/x/tools v0.42.0
2020
)
2121

2222
require (
@@ -48,10 +48,10 @@ require (
4848
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect
4949
go.opentelemetry.io/otel/metric v1.36.0 // indirect
5050
go.opentelemetry.io/otel/trace v1.36.0 // indirect
51-
golang.org/x/mod v0.30.0 // indirect
52-
golang.org/x/sys v0.38.0 // indirect
51+
go.yaml.in/yaml/v3 v3.0.4 // indirect
52+
golang.org/x/mod v0.33.0 // indirect
53+
golang.org/x/sys v0.41.0 // indirect
5354
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
5455
google.golang.org/protobuf v1.36.3 // indirect
55-
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
gotest.tools/v3 v3.0.3 // indirect
5757
)

0 commit comments

Comments
 (0)