diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-05 12:21:04 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-07 13:31:35 +0100 |
| commit | 88e1b886e5471552c055374f71d848d3a3dcb4b6 (patch) | |
| tree | d3e64db1fa350339ac147c04d02ab7baea82e6d9 /go.mod | |
| parent | 89b23632f5ceeebd82132210c1407dc9514a547b (diff) | |
feat(db): connect with sql instead of gorm
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
