2019-07-29 21:24:38 +00:00
|
|
|
module github.com/Luzifer/mqttcli
|
|
|
|
|
2022-02-07 12:39:10 +00:00
|
|
|
go 1.17
|
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
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2019-07-29 21:24:38 +00:00
|
|
|
)
|