aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-05 12:21:04 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-07 13:31:35 +0100
commit88e1b886e5471552c055374f71d848d3a3dcb4b6 (patch)
treed3e64db1fa350339ac147c04d02ab7baea82e6d9 /go.mod
parent89b23632f5ceeebd82132210c1407dc9514a547b (diff)
feat(db): connect with sql instead of gorm
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 f7e0c2f..79681e7 100644
--- a/go.mod
+++ b/go.mod
@@ -29,6 +29,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/lib/pq v1.11.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/redis/go-redis/v9 v9.16.0 // indirect
golang.org/x/crypto v0.47.0 // indirect