mirror of
https://github.com/lucacasonato/mqtt.git
synced 2025-09-26 19:01:12 +08:00
10 lines
198 B
Modula-2
10 lines
198 B
Modula-2
module github.com/lucacasonato/mqtt
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/google/uuid v1.1.1
|
|
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
|
|
)
|