Merge pull request 'build multi tenant' (#1) from main into master

Reviewed-on: #1
This commit is contained in:
2025-10-12 08:55:42 +00:00
24 changed files with 1947 additions and 29 deletions

8
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/ajaxray/geek-life
go 1.14
go 1.19
require (
github.com/DataDog/zstd v1.4.5 // indirect
@@ -26,4 +26,10 @@ require (
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
// PostgreSQL and authentication dependencies
github.com/lib/pq v1.10.9
github.com/jmoiron/sqlx v1.3.5
golang.org/x/crypto v0.17.0
github.com/google/uuid v1.4.0
github.com/joho/godotenv v1.4.0
)