Skip to content

Commit 85c0d4d

Browse files
committed
go.mod: downgrade spanner to 1.82.0
1 parent e467063 commit 85c0d4d

File tree

2 files changed

+10
-220
lines changed

2 files changed

+10
-220
lines changed

go.mod

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ require (
99
cloud.google.com/go/compute/metadata v0.9.0
1010
cloud.google.com/go/logging v1.13.0
1111
cloud.google.com/go/profiler v0.4.3
12-
cloud.google.com/go/pubsub v1.50.1
1312
cloud.google.com/go/secretmanager v1.15.1
14-
cloud.google.com/go/spanner v1.86.0
13+
cloud.google.com/go/spanner v1.82.0
1514
cloud.google.com/go/storage v1.57.0
1615
github.com/VividCortex/gohistogram v1.0.0
1716
github.com/argoproj/argo-workflows/v3 v3.7.3
@@ -35,7 +34,7 @@ require (
3534
golang.org/x/tools v0.38.0
3635
google.golang.org/api v0.252.0
3736
google.golang.org/appengine/v2 v2.0.6
38-
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f
37+
google.golang.org/genproto v0.0.0-20250603155806-513f23925822
3938
google.golang.org/grpc v1.76.0
4039
google.golang.org/protobuf v1.36.10
4140
gopkg.in/yaml.v3 v3.0.1
@@ -54,7 +53,6 @@ require (
5453
cloud.google.com/go/iam v1.5.3 // indirect
5554
cloud.google.com/go/longrunning v0.7.0 // indirect
5655
cloud.google.com/go/monitoring v1.24.3 // indirect
57-
cloud.google.com/go/pubsub/v2 v2.2.0 // indirect
5856
codeberg.org/chavacava/garif v0.2.0 // indirect
5957
github.com/4meepo/tagalign v1.4.2 // indirect
6058
github.com/Abirdcfly/dupword v0.1.6 // indirect
@@ -67,7 +65,7 @@ require (
6765
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
6866
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
6967
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
70-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
68+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
7169
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
7270
github.com/Masterminds/semver/v3 v3.3.1 // indirect
7371
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
@@ -191,7 +189,6 @@ require (
191189
github.com/jgautheron/goconst v1.8.2 // indirect
192190
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
193191
github.com/jjti/go-spancheck v0.6.5 // indirect
194-
github.com/josharian/intern v1.0.0 // indirect
195192
github.com/json-iterator/go v1.1.12 // indirect
196193
github.com/julz/importas v0.2.0 // indirect
197194
github.com/karamaru-alpha/copyloopvar v1.2.1 // indirect
@@ -217,7 +214,6 @@ require (
217214
github.com/leonklingele/grouper v1.1.2 // indirect
218215
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
219216
github.com/macabu/inamedparam v0.2.0 // indirect
220-
github.com/mailru/easyjson v0.9.1 // indirect
221217
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 // indirect
222218
github.com/manuelarte/funcorder v0.5.0 // indirect
223219
github.com/maratori/testableexamples v1.0.0 // indirect
@@ -299,7 +295,6 @@ require (
299295
github.com/yagipy/maintidx v1.0.0 // indirect
300296
github.com/yeya24/promlinter v0.3.0 // indirect
301297
github.com/ykadowak/zerologlint v0.1.5 // indirect
302-
github.com/zeebo/errs v1.4.0 // indirect
303298
github.com/zeebo/xxh3 v1.0.2 // indirect
304299
gitlab.com/bosi/decorder v0.4.2 // indirect
305300
go-simpler.org/musttag v0.13.1 // indirect
@@ -330,7 +325,6 @@ require (
330325
golang.org/x/term v0.36.0 // indirect
331326
golang.org/x/text v0.30.0 // indirect
332327
golang.org/x/time v0.14.0 // indirect
333-
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
334328
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
335329
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f // indirect
336330
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
@@ -344,7 +338,6 @@ require (
344338
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
345339
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
346340
sigs.k8s.io/randfill v1.0.0 // indirect
347-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
348341
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
349342
)
350343

0 commit comments

Comments
 (0)