15 lines
325 B
AMPL
15 lines
325 B
AMPL
module logwisp
|
|
|
|
go 1.27.1
|
|
|
|
require (
|
|
github.com/lixenwraith/config v0.1.1-0.20260712172228-ccd280ba6a98
|
|
github.com/lixenwraith/log v0.1.1-0.20260801090951-2c40643523b3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|