mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 17:38:10 +00:00
- replace vendored third_party/homeagent-sdk with formal module dependency - keep canonical SDK via go.mod pinned commit - optimize distiller startup loading to stream recent raw records only - parse timestamps correctly and cap startup load to 5000 records - remove quadratic string building in raw record parsing - restore fast startup while preserving memory pipeline
14 lines
306 B
Modula-2
14 lines
306 B
Modula-2
module gitcode.com/JianFeeeee/HomeAgent
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
gitcode.com/JianFeeeee/homeagent-sdk v0.0.0-20260706112739-e073074a267d
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/yanyiwu/gojieba v1.4.7
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|