Skip to content

Commit

Permalink
Merge pull request #581 from zhanghanyun/patch-1
Browse files Browse the repository at this point in the history
Add SCRAM-SHA-256 authentication to the pq library
  • Loading branch information
jmoiron authored Jun 14, 2020
2 parents da7ec72 + 821bd4d commit f5f08a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jmoiron/sqlx
go 1.10

require (
github.com/lib/pq v1.2.0
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.9.0
)

0 comments on commit f5f08a7

Please sign in to comment.