16 lines
312 B
Modula-2
16 lines
312 B
Modula-2
module github.com/lixenwraith/config
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/go-viper/mapstructure/v2 v2.4.0
|
|
github.com/stretchr/testify v1.10.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|