diff --git a/go.mod b/go.mod index 02279a8..ebe5b28 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/main.go b/main.go index c5decde..f5c53ed 100644 --- a/main.go +++ b/main.go @@ -23,6 +23,7 @@ func main() { router := gin.Default() godotenv.Load() + godotenv.Load("teldrive.env") utils.InitConfig()