You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
278 B
10 lines
278 B
module github.com/nmasse-itix/tic-to-mqtt/test/e2e
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
|
|
github.com/r3labs/diff/v2 v2.15.0 // indirect
|
|
go.bug.st/serial v1.3.4 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|