1
0
mirror of https://github.com/alexedwards/scs.git synced 2025-02-15 13:53:05 +02:00

Update example with bumped version of pgxpool

This commit is contained in:
Leo Vivier 2023-03-05 09:37:50 +01:00
parent 2b8db6b8b1
commit a82c3af678

View File

@ -31,7 +31,7 @@ import (
"github.com/alexedwards/scs/pgxstore"
"github.com/alexedwards/scs/v2"
"github.com/jackc/pgx/v4/pgxpool"
"github.com/jackc/pgx/v5/pgxpool"
)
var sessionManager *scs.SessionManager