✅ Replace assert with be in testing
This commit is contained in:
parent
993eb239d1
commit
0c42f256ea
3 changed files with 23 additions and 37 deletions
8
go.mod
8
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue