Finn
054008eb1f
Connects to zwave-js, syncs all locks and codeslots with database, and records an event log. No support for updating code slots.
19 lines
485 B
Modula-2
19 lines
485 B
Modula-2
module git.janky.solutions/finn/lockserver
|
|
|
|
go 1.21.8
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/pressly/goose/v3 v3.19.2
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
)
|