add querier mock

This commit is contained in:
2025-10-09 14:45:26 +02:00
parent d342efadbc
commit cfea406424
4 changed files with 129 additions and 5 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ go 1.25.1
require (
github.com/jackc/pgx/v5 v5.7.6
github.com/nats-io/nats.go v1.46.1
go.uber.org/mock v0.6.0
)
require (
@@ -15,7 +16,7 @@ require (
github.com/nats-io/nkeys v0.4.11 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)