Replace assert with be in testing

This commit is contained in:
Dan Jones 2025-09-26 22:03:43 -05:00
commit 0c42f256ea
3 changed files with 23 additions and 37 deletions

8
go.mod
View file

@ -2,10 +2,4 @@ module codeberg.org/danjones000/ezcache
go 1.23.7
require github.com/stretchr/testify v1.10.0
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
)
require github.com/nalgeon/be v0.3.0