Skip to content

Commit bbadcbd

Browse files
chore(deps): bump cloud.google.com/go/storage from 1.29.0 to 1.33.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.29.0 to 1.33.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.29.0...pubsub/v1.33.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ba068 commit bbadcbd

359 files changed

Lines changed: 42661 additions & 7722 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleContainerTools/kaniko
33
go 1.19
44

55
require (
6-
cloud.google.com/go/storage v1.29.0
6+
cloud.google.com/go/storage v1.33.0
77
github.com/Azure/azure-storage-blob-go v0.14.0
88
github.com/GoogleCloudPlatform/docker-credential-gcr v1.5.1-0.20210909233216-4cdd60d0f2d8
99
github.com/aws/aws-sdk-go v1.44.24
@@ -27,9 +27,9 @@ require (
2727
github.com/spf13/afero v1.9.2
2828
github.com/spf13/cobra v1.6.1
2929
github.com/spf13/pflag v1.0.5
30-
golang.org/x/net v0.8.0
31-
golang.org/x/oauth2 v0.6.0
32-
golang.org/x/sync v0.1.0
30+
golang.org/x/net v0.12.0
31+
golang.org/x/oauth2 v0.10.0
32+
golang.org/x/sync v0.3.0
3333
)
3434

3535
replace (
@@ -40,16 +40,16 @@ replace (
4040
require github.com/containerd/containerd v1.7.0
4141

4242
require (
43-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
43+
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
4444
golang.org/x/mod v0.9.0 // indirect
4545
golang.org/x/tools v0.7.0 // indirect
4646
)
4747

4848
require (
49-
cloud.google.com/go v0.110.0 // indirect
50-
cloud.google.com/go/compute v1.18.0 // indirect
49+
cloud.google.com/go v0.110.4 // indirect
50+
cloud.google.com/go/compute v1.20.1 // indirect
5151
cloud.google.com/go/compute/metadata v0.2.3 // indirect
52-
cloud.google.com/go/iam v0.12.0 // indirect
52+
cloud.google.com/go/iam v1.1.0 // indirect
5353
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
5454
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
5555
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
101101
github.com/golang/protobuf v1.5.3 // indirect
102102
github.com/google/uuid v1.3.0 // indirect
103-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
103+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
104104
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
105105
github.com/hashicorp/go-memdb v1.3.2 // indirect
106106
github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -140,16 +140,16 @@ require (
140140
go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
141141
go.opencensus.io v0.24.0 // indirect
142142
go.uber.org/goleak v1.2.1 // indirect
143-
golang.org/x/crypto v0.2.0 // indirect
144-
golang.org/x/sys v0.6.0
145-
golang.org/x/text v0.8.0 // indirect
143+
golang.org/x/crypto v0.11.0 // indirect
144+
golang.org/x/sys v0.10.0
145+
golang.org/x/text v0.11.0 // indirect
146146
golang.org/x/time v0.1.0 // indirect
147147
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
148-
google.golang.org/api v0.110.0
148+
google.golang.org/api v0.132.0
149149
google.golang.org/appengine v1.6.7 // indirect
150-
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
151-
google.golang.org/grpc v1.53.0 // indirect
152-
google.golang.org/protobuf v1.29.0 // indirect
150+
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
151+
google.golang.org/grpc v1.56.2 // indirect
152+
google.golang.org/protobuf v1.31.0 // indirect
153153
gopkg.in/warnings.v0 v0.1.2 // indirect
154154
)
155155

@@ -160,6 +160,7 @@ require (
160160
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 // indirect
161161
github.com/fsnotify/fsnotify v1.6.0 // indirect
162162
github.com/google/go-querystring v1.1.0 // indirect
163+
github.com/google/s2a-go v0.1.4 // indirect
163164
github.com/google/subcommands v1.2.0 // indirect
164165
github.com/hashicorp/hcl v1.0.0 // indirect
165166
github.com/magiconair/properties v1.8.5 // indirect
@@ -171,6 +172,8 @@ require (
171172
github.com/spf13/viper v1.8.1 // indirect
172173
github.com/subosito/gotenv v1.2.0 // indirect
173174
github.com/toqueteos/webbrowser v1.2.0 // indirect
175+
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
176+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
174177
gopkg.in/ini.v1 v1.62.0 // indirect
175178
gopkg.in/yaml.v2 v2.4.0 // indirect
176179
)

go.sum

Lines changed: 54 additions & 36 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/compute/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/CHANGES.md

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

vendor/cloud.google.com/go/iam/apiv1/iampb/iam_policy.pb.go

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

vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go

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

0 commit comments

Comments
 (0)