@@ -3,7 +3,6 @@ module github.com/plgd-dev/client-application
33go 1.20
44
55require (
6- cloud.google.com/go v0.112.1
76 github.com/apex/log v1.9.0
87 github.com/favadi/protoc-go-inject-tag v1.4.0
98 github.com/fullstorydev/grpchan v1.1.1
@@ -17,25 +16,26 @@ require (
1716 github.com/hashicorp/go-multierror v1.1.1
1817 github.com/jellydator/ttlcache/v3 v3.2.0
1918 github.com/jessevdk/go-flags v1.5.0
20- github.com/lestrrat-go/jwx v1.2.28
21- github.com/pion/dtls/v2 v2.2.8-0.20240201071732-2597464081c8
22- github.com/plgd-dev/device/v2 v2.3.2 -0.20240305073234-ee311673e17c
23- github.com/plgd-dev/go-coap/v3 v3.3.4-0.20240303135359-ce5dcc5ef1ba
24- github.com/plgd-dev/hub/v2 v2.16.5 -0.20240305104257-c66a897a69fa
19+ github.com/lestrrat-go/jwx v1.2.29
20+ github.com/pion/dtls/v2 v2.2.8-0.20240327211025-8244c4570c01
21+ github.com/plgd-dev/device/v2 v2.4.5 -0.20240403073803-48efa094e7b0
22+ github.com/plgd-dev/go-coap/v3 v3.3.4-0.20240403064319-6ed2ef2c4664
23+ github.com/plgd-dev/hub/v2 v2.17.4 -0.20240403125943-fbad2f31e1ed
2524 github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90
2625 github.com/stretchr/testify v1.9.0
2726 go.opentelemetry.io/otel/trace v1.24.0
2827 go.uber.org/atomic v1.11.0
2928 go.uber.org/zap v1.27.0
30- google.golang.org/api v0.168 .0
31- google.golang.org/grpc v1.62.1
29+ google.golang.org/api v0.172 .0
30+ google.golang.org/grpc v1.63.0
3231 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
3332 google.golang.org/protobuf v1.33.0
3433 gopkg.in/yaml.v3 v3.0.1
3534)
3635
3736require (
38- cloud.google.com/go/compute v1.25.0 // indirect
37+ cloud.google.com/go v0.112.1 // indirect
38+ cloud.google.com/go/compute v1.25.1 // indirect
3939 cloud.google.com/go/compute/metadata v0.2.3 // indirect
4040 cloud.google.com/go/iam v1.1.6 // indirect
4141 cloud.google.com/go/kms v1.15.7 // indirect
@@ -96,22 +96,22 @@ require (
9696 github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04 // indirect
9797 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
9898 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
99- github.com/bufbuild/protocompile v0.8 .0 // indirect
99+ github.com/bufbuild/protocompile v0.9 .0 // indirect
100100 github.com/caarlos0/ctrlc v1.2.0 // indirect
101101 github.com/caarlos0/env/v9 v9.0.0 // indirect
102102 github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect
103103 github.com/caarlos0/go-shellwords v1.0.12 // indirect
104104 github.com/caarlos0/go-version v0.1.1 // indirect
105105 github.com/caarlos0/log v0.4.2 // indirect
106106 github.com/cavaliergopher/cpio v1.0.1 // indirect
107- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
107+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
108108 github.com/charmbracelet/lipgloss v0.7.1 // indirect
109109 github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08 // indirect
110110 github.com/cloudflare/circl v1.3.3 // indirect
111111 github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
112112 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
113113 github.com/davecgh/go-spew v1.1.1 // indirect
114- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
114+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
115115 github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb // indirect
116116 github.com/dghubble/oauth1 v0.7.2 // indirect
117117 github.com/dghubble/sling v1.4.0 // indirect
@@ -133,7 +133,7 @@ require (
133133 github.com/felixge/httpsnoop v1.0.4 // indirect
134134 github.com/fsnotify/fsnotify v1.7.0 // indirect
135135 github.com/fxamacker/cbor/v2 v2.6.0 // indirect
136- github.com/go-co-op/gocron/v2 v2.2.4 // indirect
136+ github.com/go-co-op/gocron/v2 v2.2.9 // indirect
137137 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
138138 github.com/go-git/go-billy/v5 v5.4.1 // indirect
139139 github.com/go-git/go-git/v5 v5.7.0 // indirect
@@ -167,13 +167,13 @@ require (
167167 github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
168168 github.com/google/wire v0.5.0 // indirect
169169 github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
170- github.com/googleapis/gax-go/v2 v2.12.2 // indirect
170+ github.com/googleapis/gax-go/v2 v2.12.3 // indirect
171171 github.com/goreleaser/chglog v0.5.0 // indirect
172172 github.com/goreleaser/fileglob v1.3.0 // indirect
173173 github.com/goreleaser/nfpm/v2 v2.32.0 // indirect
174174 github.com/gorilla/websocket v1.5.1 // indirect
175175 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
176- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
176+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
177177 github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
178178 github.com/hashicorp/errwrap v1.1.0 // indirect
179179 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -200,9 +200,9 @@ require (
200200 github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
201201 github.com/lestrrat-go/blackmagic v1.0.2 // indirect
202202 github.com/lestrrat-go/httpcc v1.0.1 // indirect
203- github.com/lestrrat-go/httprc v1.0.4 // indirect
203+ github.com/lestrrat-go/httprc v1.0.5 // indirect
204204 github.com/lestrrat-go/iter v1.0.2 // indirect
205- github.com/lestrrat-go/jwx/v2 v2.0.20 // indirect
205+ github.com/lestrrat-go/jwx/v2 v2.0.21 // indirect
206206 github.com/lestrrat-go/option v1.0.1 // indirect
207207 github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
208208 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -224,17 +224,17 @@ require (
224224 github.com/muesli/reflow v0.3.0 // indirect
225225 github.com/muesli/roff v0.1.0 // indirect
226226 github.com/muesli/termenv v0.15.2 // indirect
227- github.com/nats-io/nats.go v1.33 .1 // indirect
227+ github.com/nats-io/nats.go v1.34 .1 // indirect
228228 github.com/nats-io/nkeys v0.4.7 // indirect
229229 github.com/nats-io/nuid v1.0.1 // indirect
230230 github.com/oklog/ulid v1.3.1 // indirect
231231 github.com/opencontainers/go-digest v1.0.0 // indirect
232232 github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
233- github.com/panjf2000/ants/v2 v2.9.0 // indirect
233+ github.com/panjf2000/ants/v2 v2.9.1 // indirect
234234 github.com/pelletier/go-toml v1.9.5 // indirect
235235 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
236236 github.com/pion/logging v0.2.2 // indirect
237- github.com/pion/transport/v3 v3.0.1 // indirect
237+ github.com/pion/transport/v3 v3.0.2 // indirect
238238 github.com/pjbgf/sha1cd v0.3.0 // indirect
239239 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
240240 github.com/pkg/errors v0.9.1 // indirect
@@ -295,21 +295,21 @@ require (
295295 go.uber.org/multierr v1.11.0 // indirect
296296 gocloud.dev v0.33.0 // indirect
297297 golang.org/x/crypto v0.21.0 // indirect
298- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
299- golang.org/x/mod v0.15 .0 // indirect
300- golang.org/x/net v0.22 .0 // indirect
298+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
299+ golang.org/x/mod v0.16 .0 // indirect
300+ golang.org/x/net v0.23 .0 // indirect
301301 golang.org/x/oauth2 v0.18.0 // indirect
302302 golang.org/x/sync v0.6.0 // indirect
303303 golang.org/x/sys v0.18.0 // indirect
304304 golang.org/x/term v0.18.0 // indirect
305305 golang.org/x/text v0.14.0 // indirect
306306 golang.org/x/time v0.5.0 // indirect
307- golang.org/x/tools v0.18 .0 // indirect
307+ golang.org/x/tools v0.19 .0 // indirect
308308 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
309309 google.golang.org/appengine v1.6.8 // indirect
310- google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
311- google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect
312- google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
310+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
311+ google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
312+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
313313 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
314314 gopkg.in/inf.v0 v0.9.1 // indirect
315315 gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments