summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f0c921e..2049064 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/justsaumit/go-fis-api
go 1.21.4
require (
+ github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.11.3
github.com/mattn/go-sqlite3 v1.14.18
golang.org/x/crypto v0.16.0