Files
log/go.mod
2025-11-11 03:53:43 -05:00

16 lines
316 B
Modula-2

module github.com/lixenwraith/log
go 1.25.4
require (
github.com/davecgh/go-spew v1.1.1
github.com/stretchr/testify v1.10.0
)
require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0