11module github.com/DrmagicE/gmqtt
22
3- go 1.14
3+ go 1.23.0
44
55require (
66 github.com/golang/mock v1.6.0
@@ -20,10 +20,45 @@ require (
2020 github.com/spf13/cobra v1.0.0
2121 github.com/stretchr/testify v1.7.0
2222 go.uber.org/zap v1.13.0
23- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
24- golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
23+ golang.org/x/crypto v0.35.0
24+ golang.org/x/sys v0.30.0
2525 google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3
2626 google.golang.org/grpc v1.50.1
2727 google.golang.org/protobuf v1.28.1
2828 gopkg.in/yaml.v2 v2.4.0
2929)
30+
31+ require (
32+ github.com/BurntSushi/toml v0.3.1 // indirect
33+ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
34+ github.com/beorn7/perks v1.0.1 // indirect
35+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
36+ github.com/davecgh/go-spew v1.1.1 // indirect
37+ github.com/google/btree v1.0.0 // indirect
38+ github.com/hashicorp/errwrap v1.0.0 // indirect
39+ github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
40+ github.com/hashicorp/go-msgpack v0.5.3 // indirect
41+ github.com/hashicorp/go-multierror v1.1.0 // indirect
42+ github.com/hashicorp/golang-lru v0.5.1 // indirect
43+ github.com/hashicorp/memberlist v0.2.2 // indirect
44+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
45+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
46+ github.com/miekg/dns v1.1.26 // indirect
47+ github.com/pmezard/go-difflib v1.0.0 // indirect
48+ github.com/prometheus/client_model v0.2.0 // indirect
49+ github.com/prometheus/common v0.9.1 // indirect
50+ github.com/prometheus/procfs v0.0.8 // indirect
51+ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
52+ github.com/spf13/pflag v1.0.3 // indirect
53+ go.uber.org/atomic v1.5.0 // indirect
54+ go.uber.org/multierr v1.3.0 // indirect
55+ go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
56+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
57+ golang.org/x/mod v0.17.0 // indirect
58+ golang.org/x/net v0.25.0 // indirect
59+ golang.org/x/sync v0.11.0 // indirect
60+ golang.org/x/text v0.22.0 // indirect
61+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
62+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
63+ honnef.co/go/tools v0.0.1-2020.1.4 // indirect
64+ )
0 commit comments