Add caching

This commit is contained in:
Ben Sarmiento
2023-10-22 13:29:41 +02:00
parent c789ebc96d
commit 6eccba394c
9 changed files with 74 additions and 55 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/debridmediamanager.com/zurg
go 1.21.3
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/hashicorp/golang-lru/v2 v2.0.7
gopkg.in/yaml.v3 v3.0.1
)