Skip to content

Commit 35bae89

Browse files
build(deps): bump the go-dependencies group across 1 directory with 13 updates
Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.4.0` | | [github.com/GoogleContainerTools/kaniko](https://github.com/GoogleContainerTools/kaniko) | `1.22.0` | `1.23.2` | | [github.com/buildpacks/lifecycle](https://github.com/buildpacks/lifecycle) | `0.19.6` | `0.20.1` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.0` | `0.20.2` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.1` | `1.34.2` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.19.0` | `0.21.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.21.0` | `0.23.0` | Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.3.2...v1.4.0) Updates `github.com/GoogleContainerTools/kaniko` from 1.22.0 to 1.23.2 - [Release notes](https://github.com/GoogleContainerTools/kaniko/releases) - [Changelog](https://github.com/GoogleContainerTools/kaniko/blob/main/CHANGELOG.md) - [Commits](GoogleContainerTools/kaniko@v1.22.0...v1.23.2) Updates `github.com/buildpacks/lifecycle` from 0.19.6 to 0.20.1 - [Release notes](https://github.com/buildpacks/lifecycle/releases) - [Changelog](https://github.com/buildpacks/lifecycle/blob/main/RELEASE.md) - [Commits](buildpacks/lifecycle@v0.19.6...v0.20.1) Updates `github.com/docker/docker` from 26.1.4+incompatible to 27.0.3+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v26.1.4...v27.0.3) Updates `github.com/google/go-containerregistry` from 0.20.0 to 0.20.2 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.20.0...v0.20.2) Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.33.1...v1.34.2) Updates `golang.org/x/crypto` from 0.25.0 to 0.26.0 - [Commits](golang/crypto@v0.25.0...v0.26.0) Updates `golang.org/x/mod` from 0.19.0 to 0.21.0 - [Commits](golang/mod@v0.19.0...v0.21.0) Updates `golang.org/x/oauth2` from 0.21.0 to 0.23.0 - [Commits](golang/oauth2@v0.21.0...v0.23.0) Updates `golang.org/x/sync` from 0.7.0 to 0.8.0 - [Commits](golang/sync@v0.7.0...v0.8.0) Updates `golang.org/x/sys` from 0.22.0 to 0.24.0 - [Commits](golang/sys@v0.22.0...v0.24.0) Updates `golang.org/x/term` from 0.22.0 to 0.23.0 - [Commits](golang/term@v0.22.0...v0.23.0) Updates `golang.org/x/text` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/GoogleContainerTools/kaniko dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/buildpacks/lifecycle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-dependencies - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13ca537 commit 35bae89

File tree

2 files changed

+122
-125
lines changed

2 files changed

+122
-125
lines changed

go.mod

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
module github.com/buildpacks/pack
22

33
require (
4-
github.com/BurntSushi/toml v1.3.2
5-
github.com/GoogleContainerTools/kaniko v1.22.0
4+
github.com/BurntSushi/toml v1.4.0
5+
github.com/GoogleContainerTools/kaniko v1.23.2
66
github.com/Masterminds/semver v1.5.0
77
github.com/Microsoft/go-winio v0.6.2
88
github.com/apex/log v1.9.0
99
github.com/buildpacks/imgutil v0.0.0-20240605145725-186f89b2d168
10-
github.com/buildpacks/lifecycle v0.19.6
11-
github.com/docker/cli v26.1.4+incompatible
12-
github.com/docker/docker v26.1.4+incompatible
10+
github.com/buildpacks/lifecycle v0.20.1
11+
github.com/docker/cli v27.1.1+incompatible
12+
github.com/docker/docker v27.0.3+incompatible
1313
github.com/docker/go-connections v0.5.0
1414
github.com/dustin/go-humanize v1.0.1
1515
github.com/gdamore/tcell/v2 v2.7.4
1616
github.com/go-git/go-git/v5 v5.12.0
1717
github.com/golang/mock v1.6.0
1818
github.com/google/go-cmp v0.6.0
19-
github.com/google/go-containerregistry v0.20.0
19+
github.com/google/go-containerregistry v0.20.2
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
24-
github.com/onsi/gomega v1.33.1
24+
github.com/onsi/gomega v1.34.2
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/opencontainers/image-spec v1.1.0
2727
github.com/pelletier/go-toml v1.9.5
@@ -30,13 +30,13 @@ require (
3030
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
3131
github.com/sclevine/spec v1.4.0
3232
github.com/spf13/cobra v1.8.1
33-
golang.org/x/crypto v0.25.0
34-
golang.org/x/mod v0.19.0
35-
golang.org/x/oauth2 v0.21.0
36-
golang.org/x/sync v0.7.0
37-
golang.org/x/sys v0.22.0
38-
golang.org/x/term v0.22.0
39-
golang.org/x/text v0.16.0
33+
golang.org/x/crypto v0.26.0
34+
golang.org/x/mod v0.21.0
35+
golang.org/x/oauth2 v0.23.0
36+
golang.org/x/sync v0.8.0
37+
golang.org/x/sys v0.24.0
38+
golang.org/x/term v0.23.0
39+
golang.org/x/text v0.17.0
4040
gopkg.in/yaml.v3 v3.0.1
4141
)
4242

@@ -54,44 +54,45 @@ require (
5454
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
5555
github.com/ProtonMail/go-crypto v1.0.0 // indirect
5656
github.com/agext/levenshtein v1.2.3 // indirect
57-
github.com/aws/aws-sdk-go-v2 v1.26.0 // indirect
58-
github.com/aws/aws-sdk-go-v2/config v1.27.7 // indirect
59-
github.com/aws/aws-sdk-go-v2/credentials v1.17.7 // indirect
60-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.3 // indirect
61-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.3 // indirect
62-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.3 // indirect
57+
github.com/aws/aws-sdk-go-v2 v1.30.1 // indirect
58+
github.com/aws/aws-sdk-go-v2/config v1.27.24 // indirect
59+
github.com/aws/aws-sdk-go-v2/credentials v1.17.24 // indirect
60+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 // indirect
61+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 // indirect
62+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 // indirect
6363
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.5 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.5 // indirect
66-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect
67-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.5 // indirect
68-
github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 // indirect
69-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.2 // indirect
70-
github.com/aws/aws-sdk-go-v2/service/sts v1.28.4 // indirect
71-
github.com/aws/smithy-go v1.20.1 // indirect
72-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231213181459-b0fcec718dc6 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.23.4 // indirect
66+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
67+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 // indirect
68+
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect
69+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 // indirect
70+
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect
71+
github.com/aws/smithy-go v1.20.3 // indirect
72+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240419161514-af205d85bb44 // indirect
7373
github.com/beorn7/perks v1.0.1 // indirect
7474
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7575
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
7676
github.com/cloudflare/circl v1.3.7 // indirect
77-
github.com/containerd/containerd v1.7.16 // indirect
77+
github.com/containerd/containerd v1.7.19 // indirect
7878
github.com/containerd/log v0.1.0 // indirect
7979
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
8080
github.com/containerd/typeurl/v2 v2.1.1 // indirect
8181
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
8282
github.com/dimchansky/utfbom v1.1.1 // indirect
8383
github.com/distribution/reference v0.6.0 // indirect
8484
github.com/docker/distribution v2.8.3+incompatible // indirect
85-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
85+
github.com/docker/docker-credential-helpers v0.8.1 // indirect
8686
github.com/docker/go-metrics v0.0.1 // indirect
8787
github.com/docker/go-units v0.5.0 // indirect
8888
github.com/emirpasic/gods v1.18.1 // indirect
8989
github.com/felixge/httpsnoop v1.0.4 // indirect
9090
github.com/gdamore/encoding v1.0.0 // indirect
9191
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9292
github.com/go-git/go-billy/v5 v5.5.0 // indirect
93-
github.com/go-logr/logr v1.4.1 // indirect
93+
github.com/go-logr/logr v1.4.2 // indirect
9494
github.com/go-logr/stdr v1.2.2 // indirect
95+
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
9596
github.com/gogo/protobuf v1.3.2 // indirect
9697
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
9798
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -109,8 +110,7 @@ require (
109110
github.com/mattn/go-isatty v0.0.20 // indirect
110111
github.com/mattn/go-runewidth v0.0.15 // indirect
111112
github.com/mitchellh/go-homedir v1.1.0 // indirect
112-
github.com/mitchellh/mapstructure v1.5.0 // indirect
113-
github.com/moby/buildkit v0.13.2 // indirect
113+
github.com/moby/buildkit v0.14.1 // indirect
114114
github.com/moby/docker-image-spec v1.3.1 // indirect
115115
github.com/moby/patternmatcher v0.6.0 // indirect
116116
github.com/moby/sys/sequential v0.5.0 // indirect
@@ -137,10 +137,11 @@ require (
137137
go.opentelemetry.io/otel v1.25.0 // indirect
138138
go.opentelemetry.io/otel/metric v1.25.0 // indirect
139139
go.opentelemetry.io/otel/trace v1.25.0 // indirect
140-
golang.org/x/net v0.24.0 // indirect
141-
google.golang.org/protobuf v1.33.0 // indirect
140+
golang.org/x/net v0.28.0 // indirect
141+
google.golang.org/protobuf v1.34.2 // indirect
142142
gopkg.in/warnings.v0 v0.1.2 // indirect
143143
gopkg.in/yaml.v2 v2.4.0 // indirect
144144
)
145145

146146
go 1.22
147+
toolchain go1.22.5

0 commit comments

Comments
 (0)