aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Aaron Bieber <aaron@bolddaemon.com>2019-05-16 16:40:06 -0600
committerGravatar fguillot <fred@miniflux.net>2019-05-16 22:08:37 -0700
commit5f487e8c791bcfd8e0dccf6133b3d3e989f75dcd (patch)
tree92956ca4a183576d7c98ce3a92e35063b661f908 /go.mod
parent0dff43233791ae7949ea6f9a50326bbb3f3769e5 (diff)
Bump pq to v1.1.1 to bring in 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 67128d2..0c48d7d 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.1.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
- github.com/lib/pq v1.0.0
+ github.com/lib/pq v1.1.1
github.com/tdewolff/minify/v2 v2.3.8 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7