@@ -8,13 +8,13 @@ toolchain go1.24.1
88replace github.com/mitchellh/mapstructure => github.com/TheThingsIndustries/mapstructure v0.0.0-20230413130846-941bcd1deec3
99
1010require (
11- github.com/KimMachineGun/automemlimit v0.7.1
11+ github.com/KimMachineGun/automemlimit v0.7.3
1212 github.com/Masterminds/sprig/v3 v3.3.0
1313 github.com/TheThingsIndustries/mystique v0.0.0-20221125120501-80ab21781b6d
1414 github.com/TheThingsIndustries/protoc-gen-go-flags v1.2.0
1515 github.com/TheThingsIndustries/protoc-gen-go-json v1.6.0
1616 github.com/TheThingsNetwork/go-cayenne-lib v1.2.0
17- github.com/aws/aws-sdk-go v1.55.6
17+ github.com/aws/aws-sdk-go v1.55.7
1818 github.com/blang/semver v3.5.1+incompatible
1919 github.com/blevesearch/bleve v1.0.14
2020 github.com/bluele/gcache v0.0.2
@@ -23,14 +23,14 @@ require (
2323 github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd
2424 github.com/dustin/go-humanize v1.0.1
2525 github.com/eclipse/paho.mqtt.golang v1.5.0
26- github.com/emersion/go-smtp v0.21.3
26+ github.com/emersion/go-smtp v0.22.0
2727 github.com/envoyproxy/protoc-gen-validate v1.2.1
2828 github.com/felixge/httpsnoop v1.0.4
29- github.com/getsentry/sentry-go v0.31.1
29+ github.com/getsentry/sentry-go v0.34.0
3030 github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
3131 github.com/google/go-cmp v0.7.0
3232 github.com/google/uuid v1.6.0
33- github.com/gorilla/csrf v1.7.2
33+ github.com/gorilla/csrf v1.7.3
3434 github.com/gorilla/handlers v1.5.2
3535 github.com/gorilla/mux v1.8.1
3636 github.com/gorilla/schema v1.4.1
@@ -39,13 +39,13 @@ require (
3939 github.com/gotnospirit/messageformat v0.0.0-20221001023931-dfe49f1eb092
4040 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
4141 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
42- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
43- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
44- github.com/hellofresh/health-go/v5 v5.5.3
42+ github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
43+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0
44+ github.com/hellofresh/health-go/v5 v5.5.4
4545 github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
4646 github.com/iancoleman/strcase v0.3.0
4747 github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
48- github.com/jackc/pgx/v5 v5.7.4
48+ github.com/jackc/pgx/v5 v5.7.5
4949 github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
5050 github.com/jarcoal/httpmock v1.4.0
5151 github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
@@ -57,35 +57,35 @@ require (
5757 github.com/mileusna/useragent v1.3.5
5858 github.com/mitchellh/mapstructure v1.5.0
5959 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
60- github.com/nats-io/nats-server/v2 v2.11.0
61- github.com/nats-io/nats.go v1.41 .0
62- github.com/oklog/ulid/v2 v2.1.0
60+ github.com/nats-io/nats-server/v2 v2.11.4
61+ github.com/nats-io/nats.go v1.42 .0
62+ github.com/oklog/ulid/v2 v2.1.1
6363 github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
6464 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
6565 github.com/pkg/errors v0.9.1
66- github.com/prometheus/client_golang v1.21.1
67- github.com/redis/go-redis/v9 v9.7.3
68- github.com/sendgrid/sendgrid-go v3.16.0 +incompatible
66+ github.com/prometheus/client_golang v1.22.0
67+ github.com/redis/go-redis/v9 v9.10.0
68+ github.com/sendgrid/sendgrid-go v3.16.1 +incompatible
6969 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
7070 github.com/smarty/assertions v1.16.0
71- github.com/spf13/cast v1.7.1
71+ github.com/spf13/cast v1.9.2
7272 github.com/spf13/cobra v1.9.1
7373 github.com/spf13/pflag v1.0.6
7474 github.com/spf13/viper v1.20.1
7575 github.com/throttled/throttled/v2 v2.13.0
76- github.com/uptrace/bun v1.2.11
77- github.com/uptrace/bun/dialect/pgdialect v1.2.11
78- github.com/uptrace/bun/driver/pgdriver v1.2.11
76+ github.com/uptrace/bun v1.2.14
77+ github.com/uptrace/bun/dialect/pgdialect v1.2.14
78+ github.com/uptrace/bun/driver/pgdriver v1.2.14
7979 github.com/vmihailenco/msgpack/v5 v5.4.1
80- go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.60 .0
81- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60 .0
82- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0
83- go.opentelemetry.io/otel v1.35 .0
84- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
85- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35 .0
86- go.opentelemetry.io/otel/metric v1.35 .0
87- go.opentelemetry.io/otel/sdk v1.35 .0
88- go.opentelemetry.io/otel/trace v1.35 .0
80+ go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.61 .0
81+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61 .0
82+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0
83+ go.opentelemetry.io/otel v1.36 .0
84+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36 .0
85+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36 .0
86+ go.opentelemetry.io/otel/metric v1.36 .0
87+ go.opentelemetry.io/otel/sdk v1.36 .0
88+ go.opentelemetry.io/otel/trace v1.36 .0
8989 go.packetbroker.org/api/iam v1.8.2
9090 go.packetbroker.org/api/iam/v2 v2.9.1
9191 go.packetbroker.org/api/mapping/v2 v2.3.2
@@ -99,15 +99,15 @@ require (
9999 go.uber.org/zap v1.27.0
100100 gocloud.dev v0.41.0
101101 gocloud.dev/pubsub/natspubsub v0.41.0
102- golang.org/x/crypto v0.36 .0
102+ golang.org/x/crypto v0.39 .0
103103 golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
104- golang.org/x/net v0.38 .0
105- golang.org/x/oauth2 v0.28 .0
106- golang.org/x/sync v0.12 .0
104+ golang.org/x/net v0.40 .0
105+ golang.org/x/oauth2 v0.30 .0
106+ golang.org/x/sync v0.15 .0
107107 google.golang.org/genproto v0.0.0-20250324211829-b45e905df463
108- google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
109- google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463
110- google.golang.org/grpc v1.71.1
108+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
109+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
110+ google.golang.org/grpc v1.73.0
111111 google.golang.org/protobuf v1.36.6
112112 gopkg.in/mail.v2 v2.3.1
113113 gopkg.in/square/go-jose.v2 v2.6.0
@@ -116,7 +116,7 @@ require (
116116
117117require (
118118 buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20240920164238-5a7b106cbb87.1 // indirect
119- cel.dev/expr v0.22.1 // indirect
119+ cel.dev/expr v0.23.0 // indirect
120120 cloud.google.com/go v0.120.0 // indirect
121121 cloud.google.com/go/auth v0.15.0 // indirect
122122 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
@@ -171,16 +171,17 @@ require (
171171 github.com/blevesearch/zap/v13 v13.0.6 // indirect
172172 github.com/blevesearch/zap/v14 v14.0.5 // indirect
173173 github.com/blevesearch/zap/v15 v15.0.3 // indirect
174- github.com/cenkalti/backoff/v4 v4.3.0 // indirect
174+ github.com/cenkalti/backoff/v5 v5.0.2 // indirect
175175 github.com/cespare/xxhash/v2 v2.3.0 // indirect
176176 github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
177177 github.com/couchbase/vellum v1.0.2 // indirect
178178 github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
179179 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
180180 github.com/dlclark/regexp2 v1.11.4 // indirect
181- github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
181+ github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
182182 github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
183183 github.com/fsnotify/fsnotify v1.8.0 // indirect
184+ github.com/go-jose/go-jose/v4 v4.0.5 // indirect
184185 github.com/go-logr/logr v1.4.2 // indirect
185186 github.com/go-logr/stdr v1.2.2 // indirect
186187 github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
@@ -189,7 +190,7 @@ require (
189190 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
190191 github.com/golang/protobuf v1.5.4 // indirect
191192 github.com/golang/snappy v0.0.4 // indirect
192- github.com/google/go-tpm v0.9.3 // indirect
193+ github.com/google/go-tpm v0.9.5 // indirect
193194 github.com/google/pprof v0.0.0-20241122213907-cbe949e5a41b // indirect
194195 github.com/google/s2a-go v0.1.9 // indirect
195196 github.com/google/wire v0.6.0 // indirect
@@ -219,8 +220,8 @@ require (
219220 github.com/modern-go/reflect2 v1.0.2 // indirect
220221 github.com/mschoch/smat v0.2.0 // indirect
221222 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
222- github.com/nats-io/jwt/v2 v2.7.3 // indirect
223- github.com/nats-io/nkeys v0.4.10 // indirect
223+ github.com/nats-io/jwt/v2 v2.7.4 // indirect
224+ github.com/nats-io/nkeys v0.4.11 // indirect
224225 github.com/nats-io/nuid v1.0.1 // indirect
225226 github.com/olekukonko/tablewriter v0.0.5 // indirect
226227 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -239,24 +240,26 @@ require (
239240 github.com/shopspring/decimal v1.4.0 // indirect
240241 github.com/sourcegraph/conc v0.3.0 // indirect
241242 github.com/spf13/afero v1.12.0 // indirect
243+ github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
242244 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
243245 github.com/steveyen/gtreap v0.1.0 // indirect
244246 github.com/subosito/gotenv v1.6.0 // indirect
245247 github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
246248 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
247249 github.com/willf/bitset v1.1.11 // indirect
250+ github.com/zeebo/errs v1.4.0 // indirect
248251 go.etcd.io/bbolt v1.3.11 // indirect
249252 go.opencensus.io v0.24.0 // indirect
250253 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
251254 go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
252- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
253- go.opentelemetry.io/otel/sdk/metric v1.35 .0 // indirect
254- go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
255+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36 .0 // indirect
256+ go.opentelemetry.io/otel/sdk/metric v1.36 .0 // indirect
257+ go.opentelemetry.io/proto/otlp v1.6 .0 // indirect
255258 go.uber.org/multierr v1.11.0 // indirect
256259 golang.org/x/image v0.22.0 // indirect
257- golang.org/x/sys v0.31 .0 // indirect
258- golang.org/x/term v0.30 .0 // indirect
259- golang.org/x/text v0.23 .0 // indirect
260+ golang.org/x/sys v0.33 .0 // indirect
261+ golang.org/x/term v0.32 .0 // indirect
262+ golang.org/x/text v0.26 .0 // indirect
260263 golang.org/x/time v0.11.0 // indirect
261264 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
262265 google.golang.org/api v0.228.0 // indirect
0 commit comments