2023-02-28 03:24:39 +00:00
|
|
|
module myschools.me/suguo/mqtt-demo
|
|
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
2023-02-28 03:30:23 +00:00
|
|
|
require (
|
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
|
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
|
)
|
2023-02-28 03:24:39 +00:00
|
|
|
|
|
|
|
|
require (
|
2023-02-28 03:30:23 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
|
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2023-02-28 03:24:39 +00:00
|
|
|
)
|