Skip to content

Commit d141818

Browse files
authored
Merge pull request lightninglabs#1102 from starius/revert-grpc
Revert grpc-go update
2 parents 428b0ba + 6bb39c7 commit d141818

12 files changed

Lines changed: 2892 additions & 1250 deletions

File tree

go.mod

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ require (
3737
github.com/urfave/cli-docs/v3 v3.1.1-0.20251020101624-bec07369b4f6
3838
github.com/urfave/cli/v3 v3.4.1
3939
go.etcd.io/bbolt v1.4.3
40-
golang.org/x/sync v0.19.0
41-
google.golang.org/grpc v1.79.3
40+
golang.org/x/sync v0.18.0
41+
google.golang.org/grpc v1.64.1
4242
google.golang.org/protobuf v1.36.11
4343
gopkg.in/macaroon-bakery.v2 v2.3.0
4444
gopkg.in/macaroon.v2 v2.1.0
@@ -47,7 +47,7 @@ require (
4747

4848
require (
4949
dario.cat/mergo v1.0.1 // indirect
50-
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
50+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
5151
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
5252
github.com/Masterminds/semver/v3 v3.3.0 // indirect
5353
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -71,20 +71,17 @@ require (
7171
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
7272
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7373
github.com/containerd/continuity v0.3.0 // indirect
74-
github.com/containerd/errdefs v1.0.0 // indirect
75-
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7674
github.com/coreos/go-semver v0.3.0 // indirect
7775
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
7876
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
7977
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
8078
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
8179
github.com/decred/dcrd/lru v1.1.2 // indirect
82-
github.com/distribution/reference v0.6.0 // indirect
83-
github.com/docker/cli v29.2.0+incompatible // indirect
84-
github.com/docker/go-connections v0.6.0 // indirect
80+
github.com/docker/cli v28.1.1+incompatible // indirect
81+
github.com/docker/docker v28.1.1+incompatible // indirect
82+
github.com/docker/go-connections v0.5.0 // indirect
8583
github.com/docker/go-units v0.5.0 // indirect
8684
github.com/dustin/go-humanize v1.0.1 // indirect
87-
github.com/felixge/httpsnoop v1.0.4 // indirect
8885
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
8986
github.com/go-logr/logr v1.4.3 // indirect
9087
github.com/go-logr/stdr v1.2.2 // indirect
@@ -140,16 +137,15 @@ require (
140137
github.com/mholt/acmez v1.0.4 // indirect
141138
github.com/miekg/dns v1.1.50 // indirect
142139
github.com/moby/docker-image-spec v1.3.1 // indirect
143-
github.com/moby/moby/api v1.53.0 // indirect
144-
github.com/moby/moby/client v0.2.2 // indirect
145140
github.com/moby/sys/user v0.3.0 // indirect
146-
github.com/moby/term v0.5.2 // indirect
141+
github.com/moby/term v0.5.0 // indirect
147142
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
148143
github.com/modern-go/reflect2 v1.0.2 // indirect
149144
github.com/ncruces/go-strftime v0.1.9 // indirect
150145
github.com/opencontainers/go-digest v1.0.0 // indirect
151-
github.com/opencontainers/image-spec v1.1.1 // indirect
146+
github.com/opencontainers/image-spec v1.1.0 // indirect
152147
github.com/opencontainers/runc v1.2.8 // indirect
148+
github.com/pkg/errors v0.9.1 // indirect
153149
github.com/pmezard/go-difflib v1.0.0 // indirect
154150
github.com/prometheus/client_golang v1.14.0 // indirect
155151
github.com/prometheus/client_model v0.3.0 // indirect
@@ -182,7 +178,6 @@ require (
182178
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
183179
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
184180
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
185-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
186181
go.opentelemetry.io/otel v1.40.0 // indirect
187182
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
188183
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
@@ -193,19 +188,18 @@ require (
193188
go.uber.org/atomic v1.10.0 // indirect
194189
go.uber.org/multierr v1.6.0 // indirect
195190
go.uber.org/zap v1.24.0 // indirect
196-
go.yaml.in/yaml/v3 v3.0.4 // indirect
197-
golang.org/x/crypto v0.46.0 // indirect
191+
golang.org/x/crypto v0.45.0 // indirect
198192
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
199-
golang.org/x/mod v0.30.0 // indirect
200-
golang.org/x/net v0.48.0 // indirect
193+
golang.org/x/mod v0.29.0 // indirect
194+
golang.org/x/net v0.47.0 // indirect
201195
golang.org/x/sys v0.40.0 // indirect
202-
golang.org/x/term v0.38.0 // indirect
203-
golang.org/x/text v0.32.0 // indirect
204-
golang.org/x/time v0.11.0 // indirect
205-
golang.org/x/tools v0.39.0 // indirect
196+
golang.org/x/term v0.37.0 // indirect
197+
golang.org/x/text v0.31.0 // indirect
198+
golang.org/x/time v0.5.0 // indirect
199+
golang.org/x/tools v0.38.0 // indirect
206200
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
207-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
208-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
201+
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf // indirect
202+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
209203
gopkg.in/errgo.v1 v1.0.1 // indirect
210204
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
211205
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)