feat: added godotenv

This commit is contained in:
2025-05-18 20:15:39 +02:00
parent 9a48522aa7
commit 66b7df32f3
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -9,6 +9,7 @@ require (
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx v3.6.2+incompatible // indirect
github.com/jackc/pgx/v5 v5.7.5 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/text v0.25.0 // indirect