diff options
author | techknowlogick <matti@mdranta.net> | 2019-04-15 16:14:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 16:14:31 -0400 |
commit | 3fb038c53ad0e88997373ac87298a4bceadda867 (patch) | |
tree | de49145b7e66ad6612089e4d842a2730ee1df62d /go.mod | |
parent | 83d6e5e3f8df48fdb550c82d1db620e89f9f33e9 (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |