Skip to content

Commit f4dd567

Browse files
dev: bump go.thethings.network/lorawan-stack/v3 from 3.32.3 to 3.33.0
Bumps [go.thethings.network/lorawan-stack/v3](https://github.com/TheThingsNetwork/lorawan-stack) from 3.32.3 to 3.33.0. - [Release notes](https://github.com/TheThingsNetwork/lorawan-stack/releases) - [Changelog](https://github.com/TheThingsNetwork/lorawan-stack/blob/v3.33/CHANGELOG.md) - [Commits](TheThingsNetwork/lorawan-stack@v3.32.3...v3.33.0) --- updated-dependencies: - dependency-name: go.thethings.network/lorawan-stack/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d347199 commit f4dd567

File tree

2 files changed

+156
-132
lines changed

2 files changed

+156
-132
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/smarty/assertions v1.16.0
1414
github.com/spf13/cobra v1.8.1
1515
github.com/spf13/pflag v1.0.5
16-
go.thethings.network/lorawan-stack/v3 v3.32.3
16+
go.thethings.network/lorawan-stack/v3 v3.33.0
1717
go.uber.org/zap v1.27.0
1818
google.golang.org/grpc v1.68.0
1919
google.golang.org/protobuf v1.35.2
@@ -48,7 +48,7 @@ require (
4848
github.com/golang/mock v1.6.0 // indirect
4949
github.com/golang/protobuf v1.5.4 // indirect
5050
github.com/google/uuid v1.6.0 // indirect
51-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
51+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
5252
github.com/gorilla/websocket v1.5.3 // indirect
5353
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
5454
github.com/gotnospirit/messageformat v0.0.0-20221001023931-dfe49f1eb092 // indirect
@@ -57,7 +57,7 @@ require (
5757
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
5858
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
5959
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
60-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
60+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
6161
github.com/hashicorp/go-version v1.7.0 // indirect
6262
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6363
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect
@@ -77,39 +77,39 @@ require (
7777
github.com/pkg/errors v0.9.1 // indirect
7878
github.com/prometheus/client_golang v1.20.5 // indirect
7979
github.com/prometheus/client_model v0.6.1 // indirect
80-
github.com/prometheus/common v0.55.0 // indirect
80+
github.com/prometheus/common v0.60.1 // indirect
8181
github.com/prometheus/procfs v0.15.1 // indirect
8282
github.com/rivo/uniseg v0.4.7 // indirect
8383
github.com/smartystreets/assertions v1.13.1 // indirect
8484
github.com/spf13/afero v1.11.0 // indirect
8585
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
8686
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8787
go.opencensus.io v0.24.0 // indirect
88-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
89-
go.opentelemetry.io/otel v1.31.0 // indirect
90-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
91-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
92-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
93-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
94-
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
95-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
88+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
89+
go.opentelemetry.io/otel v1.32.0 // indirect
90+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
91+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
92+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 // indirect
93+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
94+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
95+
go.opentelemetry.io/otel/trace v1.32.0 // indirect
9696
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
9797
go.uber.org/multierr v1.11.0 // indirect
9898
gocloud.dev v0.40.0 // indirect
9999
golang.org/x/crypto v0.29.0 // indirect
100-
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
100+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
101101
golang.org/x/mod v0.22.0 // indirect
102102
golang.org/x/net v0.31.0 // indirect
103-
golang.org/x/oauth2 v0.23.0 // indirect
103+
golang.org/x/oauth2 v0.24.0 // indirect
104104
golang.org/x/sync v0.9.0 // indirect
105105
golang.org/x/sys v0.27.0 // indirect
106106
golang.org/x/text v0.20.0 // indirect
107107
golang.org/x/tools v0.27.0 // indirect
108-
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
109-
google.golang.org/api v0.191.0 // indirect
110-
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
111-
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
112-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
108+
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
109+
google.golang.org/api v0.209.0 // indirect
110+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
111+
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
112+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
113113
gopkg.in/redis.v5 v5.2.9 // indirect
114114
gopkg.in/yaml.v2 v2.4.0 // indirect
115115
)

0 commit comments

Comments
 (0)