go-mqtt-example/vendor/github.com/eclipse/paho.mqtt.golang/go.mod
Vincent Batts 81b5c05fd8
vendor: save all the vendor sources
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-03 12:39:56 -04:00

8 lines
155 B
Modula-2

module github.com/eclipse/paho.mqtt.golang
go 1.14
require (
github.com/gorilla/websocket v1.4.2
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
)