Skip to content

Commit 04c46b8

Browse files
authored
Merge pull request #162 from lightninglabs/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0
2 parents 91c7c01 + 96d70a8 commit 04c46b8

File tree

2 files changed

+47
-35
lines changed

2 files changed

+47
-35
lines changed

go.mod

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/btcsuite/btcwallet/wtxmgr v1.5.0
1212
github.com/lightningnetwork/lnd v0.16.0-beta
1313
github.com/lightningnetwork/lnd/kvdb v1.4.1
14-
github.com/stretchr/testify v1.8.1
15-
google.golang.org/grpc v1.56.3
14+
github.com/stretchr/testify v1.8.4
15+
google.golang.org/grpc v1.59.0
1616
gopkg.in/macaroon-bakery.v2 v2.0.1
1717
gopkg.in/macaroon.v2 v2.1.0
1818
)
@@ -41,13 +41,15 @@ require (
4141
github.com/dustin/go-humanize v1.0.0 // indirect
4242
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
4343
github.com/go-errors/errors v1.0.1 // indirect
44+
github.com/go-logr/logr v1.3.0 // indirect
45+
github.com/go-logr/stdr v1.2.2 // indirect
4446
github.com/gofrs/uuid v4.2.0+incompatible // indirect
4547
github.com/gogo/protobuf v1.3.2 // indirect
4648
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
4749
github.com/golang/protobuf v1.5.3 // indirect
4850
github.com/golang/snappy v0.0.4 // indirect
4951
github.com/google/btree v1.0.1 // indirect
50-
github.com/google/uuid v1.3.0 // indirect
52+
github.com/google/uuid v1.3.1 // indirect
5153
github.com/gorilla/websocket v1.4.2 // indirect
5254
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
5355
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
@@ -122,12 +124,13 @@ require (
122124
go.etcd.io/etcd/pkg/v3 v3.5.7 // indirect
123125
go.etcd.io/etcd/raft/v3 v3.5.7 // indirect
124126
go.etcd.io/etcd/server/v3 v3.5.7 // indirect
125-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.25.0 // indirect
126-
go.opentelemetry.io/otel v1.0.1 // indirect
127+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
128+
go.opentelemetry.io/otel v1.20.0 // indirect
127129
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.1 // indirect
128130
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1 // indirect
131+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
129132
go.opentelemetry.io/otel/sdk v1.0.1 // indirect
130-
go.opentelemetry.io/otel/trace v1.0.1 // indirect
133+
go.opentelemetry.io/otel/trace v1.20.0 // indirect
131134
go.opentelemetry.io/proto/otlp v0.9.0 // indirect
132135
go.uber.org/atomic v1.7.0 // indirect
133136
go.uber.org/multierr v1.6.0 // indirect
@@ -141,8 +144,10 @@ require (
141144
golang.org/x/text v0.13.0 // indirect
142145
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
143146
golang.org/x/tools v0.6.0 // indirect
144-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
145-
google.golang.org/protobuf v1.30.0 // indirect
147+
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
148+
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
149+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
150+
google.golang.org/protobuf v1.31.0 // indirect
146151
gopkg.in/errgo.v1 v1.0.1 // indirect
147152
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
148153
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)