Update pgx

This commit is contained in:
2025-03-20 18:39:18 +01:00
parent 398160e6eb
commit cd0d5c469f
4 changed files with 11 additions and 202 deletions

View File

@@ -6,7 +6,7 @@ import (
"net"
"git.t-juice.club/torjus/apiary/models"
_ "github.com/jackc/pgx/v4/stdlib"
_ "github.com/jackc/pgx/v5/stdlib"
)
var _ LoginAttemptStore = &PostgresStore{}

View File

@@ -7,6 +7,7 @@ import (
"testing"
"git.t-juice.club/torjus/apiary/honeypot/ssh/store"
_ "github.com/jackc/pgx/v5/stdlib"
)
func TestPostgresStore(t *testing.T) {