This commit is contained in:
divyam234 2023-08-21 03:44:15 +05:30
parent 0b97ce03ed
commit 54d759016e
2 changed files with 2 additions and 1 deletions

2
go.mod
View file

@ -42,7 +42,7 @@ require (
github.com/gotd/neo v0.1.5 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jackc/pgx/v5 v5.4.3
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect

View file

@ -23,6 +23,7 @@ func main() {
router := gin.Default()
godotenv.Load()
godotenv.Load("teldrive.env")
utils.InitConfig()