You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
555 B
Modula-2

10 months ago
module go_mqtt
go 1.24.1
8 months ago
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
2 months ago
gorm.io/gorm v1.31.1
8 months ago
)
10 months ago
require (
2 months ago
filippo.io/edwards25519 v1.2.0 // indirect
10 months ago
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/net v0.41.0 // indirect
2 months ago
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.34.0 // indirect
10 months ago
)