aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 35a0f36db9b1c777e1fd8e0f98777b927e612dc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module pub

go 1.25.5

require (
	github.com/eclipse/paho.mqtt.golang v1.5.1
	github.com/joho/godotenv v1.5.1
)

require (
	github.com/gorilla/websocket v1.5.3 // indirect
	golang.org/x/net v0.48.0 // indirect
	golang.org/x/sync v0.19.0 // indirect
)