mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
4232126bba
* chore(deps): update dependencies * fix(deps): restore CI compatibility
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.5
|
|
golang.org/x/net v0.57.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|