2020-08-30 07:16:50 +02:00
|
|
|
module mqttListener
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-09-02 18:02:40 +02:00
|
|
|
github.com/ahmetb/govvv v0.3.0 // indirect
|
2020-08-30 07:16:50 +02:00
|
|
|
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
|
2020-09-02 09:02:30 +02:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65 // indirect
|
2020-08-30 07:16:50 +02:00
|
|
|
)
|