11module github.com/plgd-dev/kit/v2
22
3- go 1.13
3+ go 1.24.0
44
55require (
66 github.com/fsnotify/fsnotify v1.4.9
@@ -10,11 +10,31 @@ require (
1010 github.com/kelseyhightower/envconfig v1.4.0
1111 github.com/panjf2000/ants/v2 v2.4.3
1212 github.com/plgd-dev/go-coap/v2 v2.4.1-0.20210517130748-95c37ac8e1fa
13- github.com/stretchr/testify v1.7.0
13+ github.com/stretchr/testify v1.11.1
1414 github.com/ugorji/go/codec v1.1.7
15- go.uber.org/zap v1.15 .0
16- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
17- golang.org/x/net v0.0.0-20210502030024-e5908800b52b
18- google.golang.org/grpc v1.29.1
15+ go.uber.org/zap v1.16 .0
16+ golang.org/x/crypto v0.46.0
17+ golang.org/x/net v0.48.0
18+ google.golang.org/grpc v1.79.3
1919 gopkg.in/yaml.v2 v2.4.0
2020)
21+
22+ require (
23+ github.com/cenkalti/backoff v2.2.1+incompatible // indirect
24+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25+ github.com/kr/pretty v0.3.1 // indirect
26+ github.com/miekg/dns v1.1.29 // indirect
27+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
28+ github.com/rogpeppe/go-internal v1.14.1 // indirect
29+ github.com/x448/float16 v0.8.4 // indirect
30+ go.uber.org/atomic v1.7.0 // indirect
31+ go.uber.org/multierr v1.6.0 // indirect
32+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
33+ golang.org/x/sys v0.39.0 // indirect
34+ golang.org/x/text v0.32.0 // indirect
35+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
36+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
37+ gopkg.in/square/go-jose.v2 v2.5.1 // indirect
38+ gopkg.in/yaml.v3 v3.0.1 // indirect
39+ honnef.co/go/tools v0.1.3 // indirect
40+ )
0 commit comments