There was an error while loading. Please reload this page.
1 parent eca4492 commit 66a7f73Copy full SHA for 66a7f73
1 file changed
go.mod
@@ -5,6 +5,7 @@ go 1.24.0
5
toolchain go1.24.6
6
7
require (
8
+ github.com/DATA-DOG/go-sqlmock v1.5.2
9
github.com/google/uuid v1.6.0
10
github.com/jackc/pgx/v5 v5.7.2
11
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
@@ -14,7 +15,6 @@ require (
14
15
)
16
17
- github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
18
github.com/jackc/pgpassfile v1.0.0 // indirect
19
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
20
github.com/jackc/puddle/v2 v2.2.2 // indirect
0 commit comments