13 lines
248 B
Modula-2
13 lines
248 B
Modula-2
module github.com/openclaw/clawdex
|
|
|
|
go 1.26.3
|
|
|
|
require (
|
|
github.com/alecthomas/kong v1.15.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/openclaw/crawlkit v0.5.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/pelletier/go-toml/v2 v2.3.1 // indirect
|