@@ -26,7 +26,7 @@ require (
26
26
github.com/emersion/go-smtp v0.21.3
27
27
github.com/envoyproxy/protoc-gen-validate v1.1.0
28
28
github.com/felixge/httpsnoop v1.0.4
29
- github.com/getsentry/sentry-go v0.28.1
29
+ github.com/getsentry/sentry-go v0.29.0
30
30
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
31
31
github.com/google/go-cmp v0.6.0
32
32
github.com/google/uuid v1.6.0
@@ -45,25 +45,25 @@ require (
45
45
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
46
46
github.com/iancoleman/strcase v0.3.0
47
47
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
48
- github.com/jackc/pgx/v5 v5.7.0
48
+ github.com/jackc/pgx/v5 v5.7.1
49
49
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
50
50
github.com/jarcoal/httpmock v1.3.1
51
51
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
52
52
github.com/json-iterator/go v1.1.12
53
53
github.com/jtacoma/uritemplates v1.0.0
54
- github.com/klauspost/compress v1.17.9
54
+ github.com/klauspost/compress v1.17.10
55
55
github.com/kr/pretty v0.3.1
56
56
github.com/lib/pq v1.10.9
57
- github.com/mileusna/useragent v1.3.4
57
+ github.com/mileusna/useragent v1.3.5
58
58
github.com/mitchellh/mapstructure v1.5.0
59
59
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
60
- github.com/nats-io/nats-server/v2 v2.10.20
60
+ github.com/nats-io/nats-server/v2 v2.10.21
61
61
github.com/nats-io/nats.go v1.37.0
62
62
github.com/oklog/ulid/v2 v2.1.0
63
63
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
64
64
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
65
65
github.com/pkg/errors v0.9.1
66
- github.com/prometheus/client_golang v1.20.3
66
+ github.com/prometheus/client_golang v1.20.4
67
67
github.com/redis/go-redis/v9 v9.6.1
68
68
github.com/sendgrid/sendgrid-go v3.16.0+incompatible
69
69
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
@@ -77,15 +77,15 @@ require (
77
77
github.com/uptrace/bun/dialect/pgdialect v1.2.3
78
78
github.com/uptrace/bun/driver/pgdriver v1.2.3
79
79
github.com/vmihailenco/msgpack/v5 v5.4.1
80
- go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.54 .0
81
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0
82
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0
83
- go.opentelemetry.io/otel v1.29 .0
84
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29 .0
85
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29 .0
86
- go.opentelemetry.io/otel/metric v1.29 .0
87
- go.opentelemetry.io/otel/sdk v1.29 .0
88
- go.opentelemetry.io/otel/trace v1.29 .0
80
+ go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.55 .0
81
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55 .0
82
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55 .0
83
+ go.opentelemetry.io/otel v1.30 .0
84
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30 .0
85
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.30 .0
86
+ go.opentelemetry.io/otel/metric v1.30 .0
87
+ go.opentelemetry.io/otel/sdk v1.30 .0
88
+ go.opentelemetry.io/otel/trace v1.30 .0
89
89
go.packetbroker.org/api/iam v1.8.2
90
90
go.packetbroker.org/api/iam/v2 v2.9.1
91
91
go.packetbroker.org/api/mapping/v2 v2.3.2
@@ -95,20 +95,20 @@ require (
95
95
go.thethings.industries/pkg/ca v0.0.0-20240809123127-21a24c0e47df
96
96
go.thethings.network/lorawan-application-payload v0.0.0-20220125153912-1198ff1e403e
97
97
go.thethings.network/lorawan-stack-legacy/v2 v2.1.0
98
- go.uber.org/automaxprocs v1.5.3
98
+ go.uber.org/automaxprocs v1.6.0
99
99
go.uber.org/zap v1.27.0
100
100
gocloud.dev v0.39.0
101
101
gocloud.dev/pubsub/natspubsub v0.39.0
102
- golang.org/x/crypto v0.27 .0
102
+ golang.org/x/crypto v0.28 .0
103
103
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
104
- golang.org/x/net v0.29 .0
104
+ golang.org/x/net v0.30 .0
105
105
golang.org/x/oauth2 v0.23.0
106
106
golang.org/x/sync v0.8.0
107
107
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988
108
- google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
109
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
110
- google.golang.org/grpc v1.66 .1
111
- google.golang.org/protobuf v1.34.2
108
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
109
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
110
+ google.golang.org/grpc v1.67 .1
111
+ google.golang.org/protobuf v1.35.1
112
112
gopkg.in/mail.v2 v2.3.1
113
113
gopkg.in/square/go-jose.v2 v2.6.0
114
114
gopkg.in/yaml.v2 v2.4.0
@@ -199,7 +199,7 @@ require (
199
199
github.com/inconshreveable/mousetrap v1.1.0 // indirect
200
200
github.com/jackc/pgpassfile v1.0.0 // indirect
201
201
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
202
- github.com/jackc/puddle/v2 v2.2.1 // indirect
202
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
203
203
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
204
204
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
205
205
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
@@ -249,13 +249,13 @@ require (
249
249
github.com/willf/bitset v1.1.10 // indirect
250
250
go.etcd.io/bbolt v1.3.8 // indirect
251
251
go.opencensus.io v0.24.0 // indirect
252
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29 .0 // indirect
252
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30 .0 // indirect
253
253
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
254
254
go.uber.org/multierr v1.11.0 // indirect
255
255
golang.org/x/image v0.14.0 // indirect
256
- golang.org/x/sys v0.25 .0 // indirect
257
- golang.org/x/term v0.24 .0 // indirect
258
- golang.org/x/text v0.18 .0 // indirect
256
+ golang.org/x/sys v0.26 .0 // indirect
257
+ golang.org/x/term v0.25 .0 // indirect
258
+ golang.org/x/text v0.19 .0 // indirect
259
259
golang.org/x/time v0.6.0 // indirect
260
260
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
261
261
google.golang.org/api v0.191.0 // indirect
0 commit comments