mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
14 lines
318 B
Modula-2
14 lines
318 B
Modula-2
module gitcode.com/JianFeeeee/HomeAgent
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require gitcode.com/JianFeeeee/homeagent-sdk v0.0.0-20260708004841-e9bdcf9304b0 // direct
|
|
|
|
replace gitcode.com/JianFeeeee/homeagent-sdk => ../homeagentsdk
|