summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-06-16 07:57:38 -0400
committerGitHub <noreply@github.com>2020-06-16 19:57:38 +0800
commit6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415 (patch)
tree238bf8a49b91ec93e0f4a105f337da549ceb857e /go.mod
parent80a3745fc84c033ef4f00c0539b865c0da54442f (diff)
downloadgitea-6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415.tar.gz
gitea-6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415.zip
pq -> v1.7.0 (#11905)
Co-authored-by: Lauris BH <lauris@nix.lv>
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 dc095b71c2..cae0fc97b6 100644
--- a/go.mod
+++ b/go.mod
@@ -61,7 +61,7 @@ require (
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
github.com/klauspost/compress v1.10.2
github.com/lafriks/xormstore v1.3.2
- github.com/lib/pq v1.2.0
+ github.com/lib/pq v1.7.0
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
github.com/mailru/easyjson v0.7.0 // indirect
github.com/markbates/goth v1.61.2