Skip to content

Commit 1bc8b1c

Browse files
author
Pythonidea
authored
Update go.mod
Add SCRAM-SHA-256 authentication to the pq library
1 parent 2ba0fc6 commit 1bc8b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/jmoiron/sqlx
22

33
require (
44
github.com/go-sql-driver/mysql v1.4.0
5-
github.com/lib/pq v1.0.0
5+
github.com/lib/pq v1.2.0
66
github.com/mattn/go-sqlite3 v1.9.0
77
)

0 commit comments

Comments
 (0)