awesome-compose/nginx-golang-postgres/backend/go.mod
Guillaume Lours d189dc884d
add configuration to use nginx-golang-postgres sample with Docker Dev Environments feature
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-05 14:51:18 +02:00

12 lines
200 B
Modula-2

module github.com/org/repo
go 1.18
require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.6
)
require github.com/felixge/httpsnoop v1.0.1 // indirect