feat: load .env file with godotenv

This commit is contained in:
user
2026-04-27 12:37:08 +09:00
parent bfdc7399eb
commit 1f4a0db988
3 changed files with 5 additions and 0 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/text v0.29.0 // indirect
)