2019-07-29 21:24:38 +00:00
|
|
|
module github.com/Luzifer/mqttcli
|
|
|
|
|
2023-09-30 11:40:18 +00:00
|
|
|
go 1.21
|
2019-07-29 21:24:38 +00:00
|
|
|
|
|
|
|
require (
|
2022-02-07 12:39:10 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
2023-09-30 11:40:18 +00:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2022-02-07 12:39:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-09-30 11:40:18 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2022-02-07 12:39:10 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-09-30 11:40:18 +00:00
|
|
|
golang.org/x/net v0.15.0 // indirect
|
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
2022-02-07 12:39:10 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2019-07-29 21:24:38 +00:00
|
|
|
)
|