blob: 41a015045d82604434fb4f7cb35313c7fb40260f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module hub
go 1.25.5
require (
github.com/eclipse/paho.golang v0.23.0
github.com/joho/godotenv v1.5.1
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.48.0 // indirect
)
|