2026-05-06 21:49:04 +08:00
|
|
|
module tianyan-edge
|
|
|
|
|
|
2026-05-08 16:26:10 +08:00
|
|
|
go 1.18
|
2026-05-06 21:49:04 +08:00
|
|
|
|
2026-05-08 16:26:10 +08:00
|
|
|
require (
|
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
2026-05-06 21:49:04 +08:00
|
|
|
|
2026-05-08 16:26:10 +08:00
|
|
|
require (
|
|
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
|
golang.org/x/net v0.8.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
|
)
|