2023-12-31 04:21:25 +00:00
|
|
|
module git.foosoft.net/alex/homemaker
|
2022-07-04 04:07:02 +00:00
|
|
|
|
|
|
|
go 1.18
|
2019-02-09 11:53:08 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/naoina/toml v0.1.1
|
2022-07-04 04:07:02 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
2019-02-09 11:53:08 +00:00
|
|
|
)
|