9 lines
138 B
Modula-2
9 lines
138 B
Modula-2
module github.com/LixenWraith/config
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
)
|