11 lines
266 B
Modula-2
11 lines
266 B
Modula-2
module github.com/LixenWraith/log
|
|
|
|
go 1.24.2
|
|
|
|
require github.com/LixenWraith/config v0.0.0-20250423043415-925ccb5f1748
|
|
|
|
require (
|
|
github.com/LixenWraith/tinytoml v0.0.0-20250422065624-8aa28720f04a // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
)
|