summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authortechknowlogick <matti@mdranta.net>2019-04-15 16:14:31 -0400
committerGitHub <noreply@github.com>2019-04-15 16:14:31 -0400
commit3fb038c53ad0e88997373ac87298a4bceadda867 (patch)
treede49145b7e66ad6612089e4d842a2730ee1df62d /go.mod
parent83d6e5e3f8df48fdb550c82d1db620e89f9f33e9 (diff)
downloadgitea-3fb038c53ad0e88997373ac87298a4bceadda867.tar.gz
gitea-3fb038c53ad0e88997373ac87298a4bceadda867.zip
upgrade version of lib/pq to v1.1.0 (#6640)
Adds SCRAM-SHA-256 authentication
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7ea9024730..177b76a0ae 100644
--- a/go.mod
+++ b/go.mod
@@ -74,7 +74,7 @@ require (
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
github.com/lafriks/xormstore v1.0.0
- github.com/lib/pq v1.0.0
+ github.com/lib/pq v1.1.0
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
github.com/lunny/levelqueue v0.0.0-20190217115915-02b525a4418e
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect