From 31b2dce966be10902dd7f75a9e41dd3fd40e6680 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Wed, 8 Oct 2025 13:39:23 +0300 Subject: some initial dir structure and db thoughts --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d7a8039..b83e912 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect + github.com/joho/godotenv v1.5.1 golang.org/x/crypto v0.31.0 // indirect golang.org/x/sync v0.17.0 // indirect golang.org/x/text v0.29.0 // indirect -- cgit v1.2.3