Skip to content

Commit

Permalink
Merge pull request #157 from zaeph/bump-pgx
Browse files Browse the repository at this point in the history
Bump pgx from v4 to v5
  • Loading branch information
alexedwards authored Mar 5, 2023
2 parents dbeea1b + a82c3af commit a07530f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 167 deletions.
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
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 a07530f

Please sign in to comment.