mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
module github.com/openclaw/openclaw/scripts/docs-i18n
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/joshp123/pi-golang v0.0.4
|
|
github.com/yuin/goldmark v1.7.8
|
|
golang.org/x/net v0.50.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|