15 lines
325 B
AMPL
15 lines
325 B
AMPL
module logwisp
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/lixenwraith/config v0.1.1-0.20260712172228-ccd280ba6a98
|
|
github.com/lixenwraith/log v0.1.1-0.20260717175128-82eea9846ccd
|
|
)
|
|
|
|
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
|
|
)
|