ezcache/go.mod

12 lines
243 B
Modula-2
Raw Permalink Normal View History

2025-04-21 11:07:53 -05:00
module codeberg.org/danjones000/ezcache
go 1.23.7
2025-04-21 11:25:56 -05:00
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
)