17 lines
410 B
Modula-2
17 lines
410 B
Modula-2
module git.proit.id/dsutanto/backone-manage-go
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.5.1
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
golang.org/x/net v0.49.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
)
|