14 lines
341 B
Modula-2
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
|
|
)
|