Skip to content

Commit

Permalink
Update pgx to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
michiomochi committed Jul 16, 2024
1 parent 5b9b9fc commit f2003ba
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 158 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ module github.com/kanmu/qg
go 1.16

require (
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgx/v4 v4.18.3
github.com/lib/pq v1.10.3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/jackc/pgx/v5 v5.6.0
golang.org/x/crypto v0.20.0 // indirect
gopkg.in/guregu/null.v3 v3.0.2-0.20160228005316-41961cea0328
)
Loading

0 comments on commit f2003ba

Please sign in to comment.