awesome-compose/nginx-golang-postgres/backend/go.mod
GanjMonk 112937d694
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>
2021-10-12 23:02:02 +02:00

11 lines
178 B
Modula-2

module github.com/org/repo
go 1.13
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 v1.10.3
)