MQTTListener/go.mod

14 lines
358 B
Modula-2
Raw Normal View History

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
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
)