Spaces:
Paused
Paused
File size: 198 Bytes
9f069df | 1 2 3 4 5 6 7 8 9 10 11 | module github.com/openclaw/openclaw/scripts/docs-i18n
go 1.22
require (
github.com/joshp123/pi-golang v0.0.4
github.com/yuin/goldmark v1.7.8
golang.org/x/net v0.24.0
gopkg.in/yaml.v3 v3.0.1
)
|