12 lines
225 B
Modula-2
12 lines
225 B
Modula-2
|
module mqttListener
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
||
|
github.com/mattn/go-sqlite3 v1.14.2
|
||
|
github.com/mmcdole/gofeed v1.0.0
|
||
|
github.com/pelletier/go-toml v1.2.0
|
||
|
github.com/spf13/cobra v1.0.0
|
||
|
)
|