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.

14 lines
412 B

5 years ago
module deviceIDCS
go 1.12
require (
github.com/creack/goselect v0.1.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/lxn/walk v0.0.0-20191106172653-8c6cb582c05e
github.com/lxn/win v0.0.0-20191106123917-121afc750dd3
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
)