logging/go.mod
2025-03-27 16:14:28 +01:00

14 lines
341 B
Modula-2

module netgarden.dev/maf/logging
go 1.24.1
replace netgarden.dev/maf/maf => ../maf
require netgarden.dev/maf/maf v0.0.0-20250327102624-f25d54ddf786
require (
github.com/elliotchance/orderedmap v1.6.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)