8 lines
157 B
Modula-2
8 lines
157 B
Modula-2
|
module github.com/FooSoft/homemaker
|
||
|
|
||
|
require (
|
||
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
||
|
github.com/naoina/toml v0.1.1
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|