more refinements

This commit is contained in:
Mats Tornberg
2025-11-22 15:57:36 +00:00
parent 00f236cac7
commit 790b174a9e
8 changed files with 270 additions and 22 deletions

15
go.mod
View File

@@ -3,9 +3,14 @@ module app
go 1.25.4
require (
github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-sqlite3 v1.14.32 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/fsnotify/fsnotify v1.7.0
github.com/mattn/go-sqlite3 v1.14.32
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)