mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 15:01:35 +00:00
* build(deps): update QA broker dependency * build(deps): refresh repository dependencies * build(deps): reconcile rebased shrinkwraps * test(plugins): remove stale loader test state * test(deps): stabilize updated dependency coverage * fix(swift): use caller-isolated TaskLocal overload * build(deps): regenerate rebased shrinkwraps * test(msteams): preserve DNS validation in fetch helper * fix(deps): avoid vulnerable optional image stack * test(deps): validate generated LRU override * refactor(ui): extract chat resizable divider * test(ui): update divider ownership path * fix(matrix): retain restart-compatible SDK * style(cron): format update test
12 lines
183 B
Modula-2
12 lines
183 B
Modula-2
module github.com/openclaw/openclaw/scripts/docs-i18n
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.25.12
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.8.4
|
|
golang.org/x/net v0.57.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|