auth services, middleware, and other stuff
This commit is contained in:
@@ -7,12 +7,12 @@ import (
|
||||
"time"
|
||||
|
||||
"gitea.michaelthomson.dev/mthomson/habits/internal/migrate"
|
||||
pgxuuid "github.com/jackc/pgx-gofrs-uuid"
|
||||
"github.com/jackc/pgx/v5"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"github.com/testcontainers/testcontainers-go"
|
||||
"github.com/testcontainers/testcontainers-go/modules/postgres"
|
||||
"github.com/testcontainers/testcontainers-go/wait"
|
||||
pgxuuid "github.com/jackc/pgx-gofrs-uuid"
|
||||
)
|
||||
|
||||
type TestDatabase struct {
|
||||
|
||||
Reference in New Issue
Block a user