diff options
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 |