diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-06-16 07:57:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 19:57:38 +0800 |
commit | 6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415 (patch) | |
tree | 238bf8a49b91ec93e0f4a105f337da549ceb857e /go.mod | |
parent | 80a3745fc84c033ef4f00c0539b865c0da54442f (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |