mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 21:46:44 +02:00
10 lines
162 B
Modula-2
10 lines
162 B
Modula-2
module github.com/openclaw/openclaw/scripts/docs-i18n
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.8.2
|
|
golang.org/x/net v0.53.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|