module github.com/edgexfoundry/device-modbus-go require ( github.com/edgexfoundry/device-sdk-go v1.0.0 github.com/edgexfoundry/go-mod-core-contracts v0.1.0 github.com/go-stack/stack v1.8.0 // indirect github.com/goburrow/modbus v0.1.0 github.com/goburrow/serial v0.1.0 github.com/google/uuid v1.1.1 // indirect github.com/gorilla/mux v1.7.0 // indirect github.com/hashicorp/go-sockaddr v1.0.1 // indirect github.com/hashicorp/golang-lru v0.5.1 // indirect github.com/miekg/dns v1.1.4 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 // indirect )