浏览代码

pq update from v.0.0.0 to v1.10.3 (#170)

pq updated due to issue with the latest postgress image "unknown authentication response: 10"
https://github.com/lib/pq/issues/817

Signed-off-by: GanjMonk <solov333@gmail.com>
GanjMonk 4 年之前
父节点
当前提交
112937d694
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx-golang-postgres/backend/go.mod

+ 1 - 1
nginx-golang-postgres/backend/go.mod

@@ -6,5 +6,5 @@ require (
 	github.com/gorilla/context v1.1.1
 	github.com/gorilla/handlers v1.3.0
 	github.com/gorilla/mux v1.6.2
-	github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2
+	github.com/lib/pq v1.10.3
 )