module github.com/tomdemeyer/smr2mqtt go 1.18 require ( github.com/eclipse/paho.mqtt.golang v1.4.1 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 ) require ( github.com/gorilla/websocket v1.4.2 // indirect golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect )