forgejo/modules/cache
Gusted bf0d100b84
[CHORE] Move cache library
- This is in the spirit of #5090.
- Move to a fork of gitea.com/go-chi/cache,
code.forgejo.org/go-chi/cache. It removes unused code (a lot of
adapters, that can't be used by Forgejo) and unused dependencies (see
go.sum). Also updates existing dependencies.
https://code.forgejo.org/go-chi/cache/compare/8c64f1a3625880d82a47996bf0afcd6387a98e05..main
2024-08-27 21:28:56 +02:00
..
cache.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
cache_redis.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
cache_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
cache_twoqueue.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
context.go Fix linting issues 2024-08-18 16:25:13 +02:00
context_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00