e1.0.0 Initial commit, restructured and refactored logger package, used config package for configuration management.
This commit is contained in:
11
go.mod
Normal file
11
go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/LixenWraith/log
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require github.com/LixenWraith/config v0.0.0-20250422065842-0c5b33a935d3
|
||||
|
||||
require (
|
||||
github.com/LixenWraith/tinytoml v0.0.0-20250422065624-8aa28720f04a // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user