mirror of https://github.com/tidwall/tile38.git
9 lines
155 B
Modula-2
9 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
|
||
|
)
|