@@ -14,22 +14,22 @@ require (
1414 github.com/goreleaser/goreleaser/v2 v2.0.1
1515 github.com/gorilla/handlers v1.5.2
1616 github.com/gorilla/mux v1.8.1
17- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0
17+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.21 .0
1818 github.com/hashicorp/go-multierror v1.1.1
1919 github.com/jellydator/ttlcache/v3 v3.2.0
2020 github.com/jessevdk/go-flags v1.6.1
21- github.com/lestrrat-go/jwx/v2 v2.1.0
21+ github.com/lestrrat-go/jwx/v2 v2.1.1
2222 github.com/pion/dtls/v2 v2.2.8-0.20240701035148-45e16a098c47
23- github.com/plgd-dev/device/v2 v2.5.2 -0.20240702123445-f895dc844003
24- github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240702113249-de76143e11ea
25- github.com/plgd-dev/hub/v2 v2.20 .1-0.20240702133409-6fcf2db85f31
23+ github.com/plgd-dev/device/v2 v2.5.3 -0.20240805143631-9644c22de141
24+ github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240805141850-12858340a4f3
25+ github.com/plgd-dev/hub/v2 v2.22 .1-0.20240806063421-ca707fac297c
2626 github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90
2727 github.com/stretchr/testify v1.9.0
2828 go.opentelemetry.io/otel/trace v1.28.0
2929 go.uber.org/atomic v1.11.0
3030 go.uber.org/zap v1.27.0
3131 google.golang.org/grpc v1.65.0
32- google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0
32+ google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
3333 google.golang.org/protobuf v1.34.2
3434 gopkg.in/yaml.v3 v3.0.1
3535)
@@ -149,7 +149,7 @@ require (
149149 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
150150 github.com/gabriel-vasile/mimetype v1.4.2 // indirect
151151 github.com/github/smimesign v0.2.0 // indirect
152- github.com/go-co-op/gocron/v2 v2.7.1 // indirect
152+ github.com/go-co-op/gocron/v2 v2.11.0 // indirect
153153 github.com/go-fed/httpsig v1.1.0 // indirect
154154 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
155155 github.com/go-git/go-billy/v5 v5.5.0 // indirect
@@ -232,7 +232,7 @@ require (
232232 github.com/kylelemons/godebug v1.1.0 // indirect
233233 github.com/lestrrat-go/blackmagic v1.0.2 // indirect
234234 github.com/lestrrat-go/httpcc v1.0.1 // indirect
235- github.com/lestrrat-go/httprc v1.0.5 // indirect
235+ github.com/lestrrat-go/httprc v1.0.6 // indirect
236236 github.com/lestrrat-go/iter v1.0.2 // indirect
237237 github.com/lestrrat-go/option v1.0.1 // indirect
238238 github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 // indirect
@@ -277,7 +277,7 @@ require (
277277 github.com/pelletier/go-toml v1.9.5 // indirect
278278 github.com/pelletier/go-toml/v2 v2.1.0 // indirect
279279 github.com/pion/logging v0.2.2 // indirect
280- github.com/pion/transport/v3 v3.0.2 // indirect
280+ github.com/pion/transport/v3 v3.0.7 // indirect
281281 github.com/pjbgf/sha1cd v0.3.0 // indirect
282282 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
283283 github.com/pkg/errors v0.9.1 // indirect
@@ -307,7 +307,7 @@ require (
307307 github.com/spf13/pflag v1.0.5 // indirect
308308 github.com/spf13/viper v1.18.2 // indirect
309309 github.com/subosito/gotenv v1.6.0 // indirect
310- github.com/tidwall/gjson v1.17.1 // indirect
310+ github.com/tidwall/gjson v1.17.3 // indirect
311311 github.com/tidwall/match v1.1.1 // indirect
312312 github.com/tidwall/pretty v1.2.1 // indirect
313313 github.com/tidwall/sjson v1.2.5 // indirect
@@ -328,13 +328,13 @@ require (
328328 github.com/xdg-go/pbkdf2 v1.0.0 // indirect
329329 github.com/xdg-go/scram v1.1.2 // indirect
330330 github.com/xdg-go/stringprep v1.0.4 // indirect
331- github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect
331+ github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
332332 gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
333333 go.mongodb.org/mongo-driver v1.16.0 // indirect
334334 go.opencensus.io v0.24.0 // indirect
335- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.52 .0 // indirect
336- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52 .0 // indirect
337- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52 .0 // indirect
335+ go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.53 .0 // indirect
336+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
337+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
338338 go.opentelemetry.io/otel v1.28.0 // indirect
339339 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
340340 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
@@ -344,22 +344,22 @@ require (
344344 go.uber.org/automaxprocs v1.5.3 // indirect
345345 go.uber.org/multierr v1.11.0 // indirect
346346 gocloud.dev v0.37.0 // indirect
347- golang.org/x/crypto v0.24 .0 // indirect
348- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
349- golang.org/x/mod v0.18 .0 // indirect
350- golang.org/x/net v0.26 .0 // indirect
351- golang.org/x/oauth2 v0.21 .0 // indirect
352- golang.org/x/sync v0.7 .0 // indirect
353- golang.org/x/sys v0.21 .0 // indirect
354- golang.org/x/term v0.21 .0 // indirect
347+ golang.org/x/crypto v0.25 .0 // indirect
348+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
349+ golang.org/x/mod v0.19 .0 // indirect
350+ golang.org/x/net v0.27 .0 // indirect
351+ golang.org/x/oauth2 v0.22 .0 // indirect
352+ golang.org/x/sync v0.8 .0 // indirect
353+ golang.org/x/sys v0.23 .0 // indirect
354+ golang.org/x/term v0.22 .0 // indirect
355355 golang.org/x/text v0.16.0 // indirect
356356 golang.org/x/time v0.5.0 // indirect
357- golang.org/x/tools v0.22 .0 // indirect
357+ golang.org/x/tools v0.23 .0 // indirect
358358 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
359359 google.golang.org/api v0.172.0 // indirect
360360 google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
361- google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
362- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
361+ google.golang.org/genproto/googleapis/api v0.0.0-20240805194559-2c9e96a0b5d4 // indirect
362+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 // indirect
363363 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
364364 gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
365365 gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments