mirror of
https://github.com/jpeletier/koolnova2mqtt.git
synced 2026-01-12 03:24:23 +00:00
13 lines
344 B
Modula-2
13 lines
344 B
Modula-2
module koolnova2mqtt
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.0
|
|
github.com/epiclabs-io/diff3 v0.0.0-20181217103619-05282cece609 // indirect
|
|
github.com/epiclabs-io/ut v0.0.0-20190416122157-8da7fe4b4947
|
|
github.com/goburrow/modbus v0.1.0
|
|
github.com/goburrow/serial v0.1.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|