v0.1.8 tests converted to standard library from testify

This commit is contained in:
2026-07-18 13:15:55 -04:00
parent 5553aeaec4
commit 2e7a48c4f0
18 changed files with 2395 additions and 1793 deletions
-8
View File
@@ -1,11 +1,3 @@
module github.com/lixenwraith/log
go 1.26.0
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)