From 112937d69441c2f7e011707d7be9df7fd086b65e Mon Sep 17 00:00:00 2001 From: GanjMonk Date: Wed, 13 Oct 2021 01:02:02 +0400 Subject: [PATCH] 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 --- nginx-golang-postgres/backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-golang-postgres/backend/go.mod b/nginx-golang-postgres/backend/go.mod index 84d3a71..ced77f8 100644 --- a/nginx-golang-postgres/backend/go.mod +++ b/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 )