Skip to content

Commit

Permalink
Bump pgx from v4 to v5
Browse files Browse the repository at this point in the history
pgxpool@v5 uses New() instead of Connect() to create the pool.
  • Loading branch information
zaeph committed Feb 28, 2023
1 parent 6b1bedc commit 2b8db6b
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 166 deletions.
2 changes: 1 addition & 1 deletion pgxstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/alexedwards/scs/pgxstore

go 1.14

require github.com/jackc/pgx/v4 v4.10.1
require github.com/jackc/pgx/v5 v5.3.1
Loading

0 comments on commit 2b8db6b

Please sign in to comment.