Properly use .env for secure shit

This commit is contained in:
2025-10-10 19:57:00 +02:00
parent 683e6871fb
commit bae3254df8
4 changed files with 53 additions and 39 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.23.6
require (
git.site.quack-lab.dev/dave/cylogger v1.4.0
github.com/joho/godotenv v1.5.1
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.0
)