Skip to content

Commit 9424f46

Browse files
authored
fix(deps): update module cloud.google.com/go/storage to v1.57.0 (#4019)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [cloud.google.com/go/storage](https://redirect.github.com/googleapis/google-cloud-go) | `v1.43.0` -> `v1.57.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fstorage/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/cloud.google.com%2fgo%2fstorage/v1.43.0/v1.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 633bf36 commit 9424f46

File tree

2 files changed

+164
-102
lines changed

2 files changed

+164
-102
lines changed

go/go.mod

Lines changed: 46 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,69 @@ go 1.24.6
44

55
require (
66
cloud.google.com/go/datastore v1.20.0
7-
cloud.google.com/go/pubsub v1.44.0
8-
cloud.google.com/go/storage v1.43.0
7+
cloud.google.com/go/pubsub v1.49.0
8+
cloud.google.com/go/storage v1.57.0
99
github.com/charmbracelet/lipgloss v1.1.0
10-
google.golang.org/api v0.203.0
10+
google.golang.org/api v0.247.0
1111
)
1212

1313
require (
14-
cloud.google.com/go v0.116.0 // indirect
15-
cloud.google.com/go/auth v0.9.9 // indirect
16-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
17-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
18-
cloud.google.com/go/iam v1.2.1 // indirect
14+
cel.dev/expr v0.24.0 // indirect
15+
cloud.google.com/go v0.121.6 // indirect
16+
cloud.google.com/go/auth v0.16.5 // indirect
17+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
18+
cloud.google.com/go/compute/metadata v0.8.0 // indirect
19+
cloud.google.com/go/iam v1.5.2 // indirect
20+
cloud.google.com/go/monitoring v1.24.2 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
22+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
23+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
1924
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
25+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2026
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
2127
github.com/charmbracelet/x/ansi v0.8.0 // indirect
2228
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
2329
github.com/charmbracelet/x/term v0.2.1 // indirect
30+
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
31+
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
32+
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
2433
github.com/felixge/httpsnoop v1.0.4 // indirect
25-
github.com/go-logr/logr v1.4.2 // indirect
34+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
35+
github.com/go-logr/logr v1.4.3 // indirect
2636
github.com/go-logr/stdr v1.2.2 // indirect
27-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
28-
github.com/google/s2a-go v0.1.8 // indirect
37+
github.com/google/s2a-go v0.1.9 // indirect
2938
github.com/google/uuid v1.6.0 // indirect
30-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
31-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
39+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
40+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
3241
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3342
github.com/mattn/go-isatty v0.0.20 // indirect
3443
github.com/mattn/go-runewidth v0.0.16 // indirect
3544
github.com/muesli/termenv v0.16.0 // indirect
45+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
3646
github.com/rivo/uniseg v0.4.7 // indirect
47+
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
3748
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
49+
github.com/zeebo/errs v1.4.0 // indirect
3850
go.opencensus.io v0.24.0 // indirect
39-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
40-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
41-
go.opentelemetry.io/otel v1.29.0 // indirect
42-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
43-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
44-
golang.org/x/crypto v0.36.0 // indirect
45-
golang.org/x/net v0.38.0 // indirect
46-
golang.org/x/oauth2 v0.27.0 // indirect
47-
golang.org/x/sync v0.12.0 // indirect
48-
golang.org/x/sys v0.31.0 // indirect
49-
golang.org/x/text v0.23.0 // indirect
50-
golang.org/x/time v0.7.0 // indirect
51-
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
52-
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
53-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
54-
google.golang.org/grpc v1.67.1 // indirect
55-
google.golang.org/protobuf v1.35.1 // indirect
51+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
52+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
53+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
54+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
55+
go.opentelemetry.io/otel v1.36.0 // indirect
56+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
57+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
58+
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
59+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
60+
golang.org/x/crypto v0.41.0 // indirect
61+
golang.org/x/net v0.43.0 // indirect
62+
golang.org/x/oauth2 v0.30.0 // indirect
63+
golang.org/x/sync v0.16.0 // indirect
64+
golang.org/x/sys v0.35.0 // indirect
65+
golang.org/x/text v0.28.0 // indirect
66+
golang.org/x/time v0.12.0 // indirect
67+
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
68+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
69+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
70+
google.golang.org/grpc v1.74.3 // indirect
71+
google.golang.org/protobuf v1.36.7 // indirect
5672
)

0 commit comments

Comments
 (0)