Update pgx
This commit is contained in:
@@ -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{}
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user