diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-11-28 20:48:41 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-11-28 20:48:41 +0530 |
commit | 9b0dc8e75b6e361e27414cde76d9a8958fe3dc1e (patch) | |
tree | 86c5768a0e60d881ad2bb40c37840c6a25758c87 /go.mod | |
parent | 0233b382c6cd207de5f2df49a8bf75e4c57b2416 (diff) |
Integrating go dotenv for environment configuration and improve server setup
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |