migrated out env module and moved config to internal

This commit is contained in:
2026-01-02 19:12:42 +11:00
parent 6dd80ee7b6
commit 1bcdf0e813
13 changed files with 30 additions and 120 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.5
require (
git.haelnorr.com/h/golib/cookies v0.9.0
git.haelnorr.com/h/golib/env v0.9.0
git.haelnorr.com/h/golib/hlog v0.9.0
git.haelnorr.com/h/golib/jwt v0.9.2
git.haelnorr.com/h/golib/tmdb v0.8.0