refactor cache tests to use testify

This commit is contained in:
2026-05-18 09:06:04 -06:00
parent 9b0610b879
commit d731b42ad6
4 changed files with 59 additions and 161 deletions
+9 -2
View File
@@ -2,6 +2,13 @@ module github.com/ewpt3ch/pkgstash
go 1.26.2
require golang.org/x/sync v0.20.0
require (
github.com/BurntSushi/toml v1.6.0
github.com/stretchr/testify v1.11.1
)
require github.com/BurntSushi/toml v1.6.0 // indirect
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
)