|
|
|
|
@ -2,18 +2,21 @@ module go_mqtt
|
|
|
|
|
|
|
|
|
|
go 1.24.1
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
|
|
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
|
github.com/shopspring/decimal v1.4.0
|
|
|
|
|
gorm.io/driver/mysql v1.6.0
|
|
|
|
|
gorm.io/gorm v1.30.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0 // indirect
|
|
|
|
|
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
|
|
|
golang.org/x/net v0.41.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
|
|
|
golang.org/x/text v0.26.0 // indirect
|
|
|
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
|
|
|
|
gorm.io/gorm v1.30.0 // indirect
|
|
|
|
|
)
|
|
|
|
|
|