mirror of
https://github.com/Luzifer/tasmota-config.git
synced 2024-11-09 15:20:00 +00:00
12 lines
300 B
Modula-2
12 lines
300 B
Modula-2
module github.com/Luzifer/tasmota-config
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|