Skip to content

Commit bce3c05

Browse files
fix(deps): update module firebase.google.com/go/v4 to v4.15.2
1 parent 92a3aa1 commit bce3c05

File tree

2 files changed

+63
-83
lines changed

2 files changed

+63
-83
lines changed

go.mod

+18-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.6
66

77
require (
88
cloud.google.com/go/profiler v0.4.2
9-
firebase.google.com/go/v4 v4.15.1
9+
firebase.google.com/go/v4 v4.15.2
1010
github.com/MicahParks/jwkset v0.8.0
1111
github.com/NYTimes/gziphandler v1.1.1
1212
github.com/aws/aws-sdk-go-v2 v1.27.0
@@ -68,17 +68,22 @@ require (
6868
)
6969

7070
require (
71-
cloud.google.com/go v0.116.0 // indirect
71+
cel.dev/expr v0.19.0 // indirect
72+
cloud.google.com/go v0.117.0 // indirect
7273
cloud.google.com/go/auth v0.14.1 // indirect
7374
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
7475
cloud.google.com/go/compute/metadata v0.6.0 // indirect
75-
cloud.google.com/go/firestore v1.17.0 // indirect
76+
cloud.google.com/go/firestore v1.18.0 // indirect
7677
cloud.google.com/go/iam v1.2.2 // indirect
7778
cloud.google.com/go/longrunning v0.6.2 // indirect
78-
cloud.google.com/go/storage v1.43.0 // indirect
79+
cloud.google.com/go/monitoring v1.21.2 // indirect
80+
cloud.google.com/go/storage v1.49.0 // indirect
7981
dario.cat/mergo v1.0.0 // indirect
8082
filippo.io/edwards25519 v1.1.0 // indirect
8183
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
84+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
85+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
86+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
8287
github.com/MicahParks/keyfunc v1.9.0 // indirect
8388
github.com/Microsoft/go-winio v0.6.2 // indirect
8489
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -103,14 +108,18 @@ require (
103108
github.com/aws/smithy-go v1.20.2 // indirect
104109
github.com/beorn7/perks v1.0.1 // indirect
105110
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
111+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
106112
github.com/cespare/xxhash/v2 v2.3.0 // indirect
113+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
107114
github.com/containerd/continuity v0.4.3 // indirect
108115
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
109116
github.com/docker/cli v26.1.4+incompatible // indirect
110117
github.com/docker/docker v27.1.1+incompatible // indirect
111118
github.com/docker/go-connections v0.5.0 // indirect
112119
github.com/docker/go-units v0.5.0 // indirect
113120
github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
121+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
122+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
114123
github.com/fatih/color v1.15.0 // indirect
115124
github.com/fatih/structs v1.1.0 // indirect
116125
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -124,7 +133,6 @@ require (
124133
github.com/gogo/protobuf v1.3.2 // indirect
125134
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
126135
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
127-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
128136
github.com/golang/protobuf v1.5.4 // indirect
129137
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
130138
github.com/google/s2a-go v0.1.9 // indirect
@@ -158,6 +166,7 @@ require (
158166
github.com/opencontainers/runc v1.1.13 // indirect
159167
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
160168
github.com/pkg/errors v0.9.1 // indirect
169+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
161170
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
162171
github.com/prometheus/client_model v0.6.1 // indirect
163172
github.com/prometheus/common v0.61.0 // indirect
@@ -181,20 +190,22 @@ require (
181190
github.com/yudai/gojsondiff v1.0.0 // indirect
182191
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
183192
github.com/zitadel/schema v1.3.0 // indirect
184-
go.opencensus.io v0.24.0 // indirect
185193
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
194+
go.opentelemetry.io/contrib/detectors/gcp v1.32.0 // indirect
186195
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
187196
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
188197
go.opentelemetry.io/otel v1.34.0 // indirect
189198
go.opentelemetry.io/otel/metric v1.34.0 // indirect
199+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
200+
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
190201
go.opentelemetry.io/otel/trace v1.34.0 // indirect
191202
go.uber.org/multierr v1.10.0 // indirect
192203
golang.org/x/mod v0.23.0 // indirect
193204
golang.org/x/sys v0.30.0 // indirect
194205
golang.org/x/text v0.22.0 // indirect
195206
golang.org/x/time v0.10.0 // indirect
196207
golang.org/x/tools v0.30.0 // indirect
197-
google.golang.org/appengine/v2 v2.0.2 // indirect
208+
google.golang.org/appengine/v2 v2.0.6 // indirect
198209
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
199210
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
200211
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect

0 commit comments

Comments
 (0)