Skip to content

Commit 7b5a8ec

Browse files
Bump the go-dependencies group across 1 directory with 5 updates (#1360)
* Bump the go-dependencies group across 1 directory with 5 updates Bumps the go-dependencies group with 3 updates in the / directory: [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml), [github.com/GoogleContainerTools/kaniko](https://github.com/GoogleContainerTools/kaniko) and [github.com/containerd/containerd](https://github.com/containerd/containerd). 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.0 - [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.0) Updates `github.com/awslabs/amazon-ecr-credential-helper/ecr-login` from 0.0.0-20231213181459-b0fcec718dc6 to 0.0.0-20240419161514-af205d85bb44 - [Release notes](https://github.com/awslabs/amazon-ecr-credential-helper/releases) - [Changelog](https://github.com/awslabs/amazon-ecr-credential-helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/amazon-ecr-credential-helper/commits) Updates `github.com/containerd/containerd` from 1.7.16 to 1.7.17 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.7.16...v1.7.17) Updates `github.com/docker/docker` from 26.1.1+incompatible to 26.1.2+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v26.1.1...v26.1.2) --- 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/awslabs/amazon-ecr-credential-helper/ecr-login dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/containerd/containerd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Fix unit Signed-off-by: Natalie Arellano <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Natalie Arellano <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Natalie Arellano <[email protected]>
1 parent 36c0af0 commit 7b5a8ec

File tree

3 files changed

+112
-123
lines changed

3 files changed

+112
-123
lines changed

buildpack/build_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ func testBuild(t *testing.T, when spec.G, it spec.S) {
941941
filepath.Join(appDir, "launch-A-v1.toml"),
942942
)
943943
_, err := executor.Build(descriptor, inputs, logger)
944-
h.AssertError(t, err, "toml: line 2 (last key \"processes.command\"): incompatible types: TOML value has type []interface {}; destination has type string")
944+
h.AssertError(t, err, "toml: line 2 (last key \"processes.command\"): incompatible types: TOML value has type []any; destination has type string")
945945
})
946946
})
947947
})

go.mod

+35-39
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/buildpacks/lifecycle
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.0
66
github.com/apex/log v1.9.0
7-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231213181459-b0fcec718dc6
7+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240419161514-af205d85bb44
88
github.com/buildpacks/imgutil v0.0.0-20240605145725-186f89b2d168
99
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
10-
github.com/containerd/containerd v1.7.16
11-
github.com/docker/docker v26.1.1+incompatible
10+
github.com/containerd/containerd v1.7.17
11+
github.com/docker/docker v26.1.2+incompatible
1212
github.com/golang/mock v1.6.0
1313
github.com/google/go-cmp v0.6.0
1414
github.com/google/go-containerregistry v0.19.1
@@ -22,8 +22,7 @@ require (
2222
)
2323

2424
require (
25-
cloud.google.com/go/compute v1.24.0 // indirect
26-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
25+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2726
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
2827
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
2928
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -36,24 +35,24 @@ require (
3635
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3736
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3837
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
39-
github.com/Microsoft/go-winio v0.6.1 // indirect
40-
github.com/Microsoft/hcsshim v0.11.4 // indirect
38+
github.com/Microsoft/go-winio v0.6.2 // indirect
39+
github.com/Microsoft/hcsshim v0.11.5 // indirect
4140
github.com/agext/levenshtein v1.2.3 // indirect
42-
github.com/aws/aws-sdk-go-v2 v1.26.0 // indirect
43-
github.com/aws/aws-sdk-go-v2/config v1.27.7 // indirect
44-
github.com/aws/aws-sdk-go-v2/credentials v1.17.7 // indirect
45-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.3 // indirect
46-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.3 // indirect
47-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.3 // indirect
41+
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
42+
github.com/aws/aws-sdk-go-v2/config v1.27.13 // indirect
43+
github.com/aws/aws-sdk-go-v2/credentials v1.17.13 // indirect
44+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
45+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
46+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
4847
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
49-
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.5 // indirect
50-
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.5 // indirect
51-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect
52-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.5 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.2 // indirect
55-
github.com/aws/aws-sdk-go-v2/service/sts v1.28.4 // indirect
56-
github.com/aws/smithy-go v1.20.1 // indirect
48+
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 // indirect
49+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.23.4 // indirect
50+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/sso v1.20.6 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.0 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/sts v1.28.7 // indirect
55+
github.com/aws/smithy-go v1.20.2 // indirect
5756
github.com/beorn7/perks v1.0.1 // indirect
5857
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5958
github.com/cilium/ebpf v0.12.3 // indirect
@@ -63,14 +62,14 @@ require (
6362
github.com/containerd/fifo v1.1.0 // indirect
6463
github.com/containerd/log v0.1.0 // indirect
6564
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
66-
github.com/containerd/ttrpc v1.2.3 // indirect
65+
github.com/containerd/ttrpc v1.2.4 // indirect
6766
github.com/containerd/typeurl/v2 v2.1.1 // indirect
6867
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
6968
github.com/dimchansky/utfbom v1.1.1 // indirect
7069
github.com/distribution/reference v0.6.0 // indirect
71-
github.com/docker/cli v25.0.3+incompatible // indirect
70+
github.com/docker/cli v26.1.0+incompatible // indirect
7271
github.com/docker/distribution v2.8.3+incompatible // indirect
73-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
72+
github.com/docker/docker-credential-helpers v0.8.1 // indirect
7473
github.com/docker/go-connections v0.5.0 // indirect
7574
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
7675
github.com/docker/go-metrics v0.0.1 // indirect
@@ -109,7 +108,7 @@ require (
109108
github.com/moby/term v0.5.0 // indirect
110109
github.com/morikuni/aec v1.0.0 // indirect
111110
github.com/opencontainers/go-digest v1.0.0 // indirect
112-
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
111+
github.com/opencontainers/image-spec v1.1.0 // indirect
113112
github.com/opencontainers/runtime-spec v1.1.0 // indirect
114113
github.com/opencontainers/selinux v1.11.0 // indirect
115114
github.com/otiai10/copy v1.14.0 // indirect
@@ -126,19 +125,16 @@ require (
126125
go.opentelemetry.io/otel v1.25.0 // indirect
127126
go.opentelemetry.io/otel/metric v1.25.0 // indirect
128127
go.opentelemetry.io/otel/trace v1.25.0 // indirect
129-
golang.org/x/crypto v0.21.0 // indirect
130-
golang.org/x/exp v0.0.0-20231219160207-73b9e39aefca // indirect
131-
golang.org/x/mod v0.14.0 // indirect
132-
golang.org/x/net v0.23.0 // indirect
133-
golang.org/x/oauth2 v0.18.0 // indirect
134-
golang.org/x/text v0.14.0 // indirect
128+
golang.org/x/crypto v0.23.0 // indirect
129+
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
130+
golang.org/x/net v0.25.0 // indirect
131+
golang.org/x/oauth2 v0.20.0 // indirect
132+
golang.org/x/text v0.15.0 // indirect
135133
golang.org/x/time v0.5.0 // indirect
136-
golang.org/x/tools v0.17.0 // indirect
137-
google.golang.org/appengine v1.6.8 // indirect
138-
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
139-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
140-
google.golang.org/grpc v1.62.1 // indirect
141-
google.golang.org/protobuf v1.33.0 // indirect
134+
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
135+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
136+
google.golang.org/grpc v1.63.2 // indirect
137+
google.golang.org/protobuf v1.34.1 // indirect
142138
)
143139

144140
go 1.22

0 commit comments

Comments
 (0)