genmai/go.mod

11 lines
172 B
Modula-2
Raw Normal View History

module main
go 1.17
2022-11-01 14:19:45 +08:00
require (
github.com/patrickmn/go-cache v2.1.0+incompatible
gopkg.in/yaml.v2 v2.4.0
)
2022-11-01 22:36:38 +08:00
require github.com/mitchellh/mapstructure v1.5.0 // indirect