go-mqtt-example/go.mod
Vincent Batts 8fd3f36252
initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-03 12:38:04 -04:00

10 lines
212 B
Modula-2

module git.thisco.de/vbatts/go-mqtt-example
go 1.16
require (
github.com/eclipse/paho.mqtt.golang v1.3.3
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)