Caching (closes #18)

This commit is contained in:
video-prize-ranch
2022-03-15 22:56:34 -04:00
parent db2195d17f
commit 90ab3b37d3
6 changed files with 76 additions and 8 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.24.0
github.com/gofiber/template v1.6.21
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/viper v1.10.1
github.com/tidwall/gjson v1.12.1
)