diff options
author | zeripath <art27@cantab.net> | 2020-09-18 15:38:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 17:38:46 +0300 |
commit | 54ae4485881664715d615037f1ab48d50044b0a0 (patch) | |
tree | 685b1d8eb644b8f3c01324fce3e7cdb63bd27283 /vendor/modules.txt | |
parent | 7250f5342f9e48221180c8438d7049097b6e6dfa (diff) | |
download | gitea-54ae4485881664715d615037f1ab48d50044b0a0.tar.gz gitea-54ae4485881664715d615037f1ab48d50044b0a0.zip |
Switch to absolute latest pq driver (#12859)
This PR updates the lib/pq driver to the current master head to
pick up the deadlock fix in lib/pq#993
Hopefully this will resolve our CI issues.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index e2d90d343d..9e22db49d9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -502,7 +502,7 @@ github.com/kr/text ## explicit github.com/lafriks/xormstore github.com/lafriks/xormstore/util -# github.com/lib/pq v1.7.0 +# github.com/lib/pq v1.8.1-0.20200908161135-083382b7e6fc ## explicit github.com/lib/pq github.com/lib/pq/oid |