Files
silver_pose/v2/go.mod
T
ilaandClaude Opus 4.8 6c779aafb4 feat(v2): T-309 SQLite fall-event persistence (mattn/go-sqlite3)
Persist confirmed fall events to a local SQLite DB under artifacts/:
camera host/port/channel + event id/track/source/config version/state/
latency/screenshot path/confirmed-at. Schema stores no password (guarded
by test). Wire openRecorder/saveRecord into the alerts loop; failures are
non-fatal. Re-applied the SILVER-POSE vendored os_windows.go patch that
go mod vendor reverted.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 22:15:55 +08:00

20 lines
446 B
AMPL

module silverpose/v2
go 1.24.0
require (
gioui.org v0.10.1
github.com/mattn/go-sqlite3 v1.14.48
github.com/yalue/onnxruntime_go v1.12.1
golang.org/x/image v0.26.0
golang.org/x/sys v0.39.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/go-text/typesetting v0.3.4 // indirect
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/text v0.32.0 // indirect
)