♻️ Replace testify with be for tests
This commit is contained in:
parent
506e92f17a
commit
4d723077e1
8 changed files with 79 additions and 91 deletions
9
go.mod
9
go.mod
|
|
@ -6,12 +6,7 @@ require (
|
|||
github.com/deatil/go-encoding v1.0.3003
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gosimple/slug v1.15.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/nalgeon/be v0.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gosimple/unidecode v1.0.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
require github.com/gosimple/unidecode v1.0.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue