Skip to content

Commit 66a7f73

Browse files
fix(ci): keep sqlmock as direct dependency
1 parent eca4492 commit 66a7f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.24.0
55
toolchain go1.24.6
66

77
require (
8+
github.com/DATA-DOG/go-sqlmock v1.5.2
89
github.com/google/uuid v1.6.0
910
github.com/jackc/pgx/v5 v5.7.2
1011
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
@@ -14,7 +15,6 @@ require (
1415
)
1516

1617
require (
17-
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
1818
github.com/jackc/pgpassfile v1.0.0 // indirect
1919
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
2020
github.com/jackc/puddle/v2 v2.2.2 // indirect

0 commit comments

Comments
 (0)