mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
b4d6aff098
* chore(deps): refresh cooled provider and native tooling * build: preserve installed SDK package identity * test: isolate dependency validation fixtures
12 lines
182 B
Modula-2
12 lines
182 B
Modula-2
module github.com/openclaw/openclaw/scripts/docs-i18n
|
|
|
|
go 1.26.0
|
|
|
|
toolchain go1.27.0
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.8.5
|
|
golang.org/x/net v0.58.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|