cache/go.mod

12 lines
231 B
Modula-2
Raw Normal View History

2023-09-23 01:25:48 +01:00
module github.com/1f349/cache
2024-05-13 19:44:51 +01:00
go 1.21
2023-09-23 01:25:48 +01:00
2024-12-19 23:23:20 +00:00
require github.com/stretchr/testify v1.10.0
2023-09-23 01:25:48 +01:00
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
)