refactor cache tests to use testify
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user