logging/go.mod

14 lines
348 B
Modula-2
Raw Normal View History

2025-03-27 16:14:28 +01:00
module netgarden.dev/maf/logging
go 1.24.1
2025-03-28 08:50:52 +01:00
replace netgarden.dev/maf/maf => ../../maf/maf
2025-03-27 16:14:28 +01:00
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
)