From 54d759016e3302768c4bfc9395de50d4c7cb4fde Mon Sep 17 00:00:00 2001 From: divyam234 Date: Mon, 21 Aug 2023 03:44:15 +0530 Subject: [PATCH] update --- go.mod | 2 +- main.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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()