awesome-compose/nginx-golang-postgres/backend/go.mod
Milas Bowman 7f5179ea3e
nginx-golang-postgres: add dev envs config (#275)
* Add Docker Desktop Development Environments config
* Upgrade to Go 1.18
* Replace nginx build with image + read-only bind mount

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-12 10:08:02 +02:00

12 lines
242 B
Modula-2

module github.com/docker/awesome-compose/nginx-golang-postgres/backend
go 1.18
require (
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.2
github.com/lib/pq v1.10.3
)
require github.com/gorilla/context v1.1.1 // indirect