1
0
Fork 0
mirror of https://github.com/Luzifer/tasmota-config.git synced 2024-11-10 07:40:01 +00:00
tasmota-config/go.mod

15 lines
383 B
Modula-2
Raw Normal View History

2020-07-04 23:21:48 +00:00
module github.com/Luzifer/tasmota-config
go 1.14
require (
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
2020-07-04 23:21:48 +00:00
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
2020-07-04 23:21:48 +00:00
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.4.0
2020-07-04 23:21:48 +00:00
)