2026-02-01 15:22:05 +01:00
|
|
|
module github.com/openclaw/openclaw/scripts/docs-i18n
|
|
|
|
|
|
2026-02-14 21:20:33 +01:00
|
|
|
go 1.24.0
|
2026-02-01 15:22:05 +01:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/joshp123/pi-golang v0.0.4
|
|
|
|
|
github.com/yuin/goldmark v1.7.8
|
2026-02-14 21:20:33 +01:00
|
|
|
golang.org/x/net v0.50.0
|
2026-02-01 15:22:05 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|