Files
2022-10-12 11:51:12 +08:00

14 lines
227 B
AMPL

module build
go 1.17
require (
github.com/lwch/logging v0.0.0-20220322084100-ec48185d95ab
github.com/lwch/runtime v1.0.0
)
require (
github.com/dustin/go-humanize v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)