Skip to content

Commit

Permalink
Update example with bumped version of pgxpool
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeph committed Mar 5, 2023
1 parent 2b8db6b commit a82c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgxstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a82c3af

Please sign in to comment.