2025-05-18 14:17:55 +02:00
|
|
|
module code.forgejo.org/go-chi/cache
|
|
|
|
|
2025-05-26 05:49:46 +02:00
|
|
|
go 1.24
|
|
|
|
|
|
|
|
toolchain go1.24.3
|
2025-05-18 14:17:55 +02:00
|
|
|
|
|
|
|
require (
|
2025-05-26 05:49:46 +02:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
|
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-05-18 14:17:55 +02: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
|
|
|
|
)
|