fixed watcher tests

This commit is contained in:
Javier Peletier
2020-12-21 11:22:31 +01:00
parent 2fbead8f56
commit 96b3f00f29
4 changed files with 78 additions and 57 deletions

4
go.mod
View File

@@ -6,9 +6,7 @@ require (
github.com/RobinUS2/golang-moving-average v1.0.0
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/epiclabs-io/ut v0.0.0-20201221095005-a2a4f565f0d0
github.com/goburrow/serial v0.1.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/wz2b/modbus v0.1.1
)