Add support for .env configuration and privacy page (closes #44)

This commit is contained in:
video-prize-ranch
2022-08-04 19:41:55 -04:00
parent 4da9b74949
commit d50cf2da86
11 changed files with 306 additions and 13 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.32.0
github.com/gofiber/template v1.6.27
github.com/joho/godotenv v1.4.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/tidwall/gjson v1.14.1
)