mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 20:12:28 +08:00
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.2
|
|
golang.org/x/net v0.55.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|