removed testify dependency

This commit is contained in:
Jay
2026-05-09 11:06:03 -04:00
parent 2f85553d1c
commit bd05712982
3 changed files with 82 additions and 42 deletions
-8
View File
@@ -1,11 +1,3 @@
module git.wisehodl.dev/jay/go-mana-component
go 1.25.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
)