2022-07-12 08:08:02 +00:00
|
|
|
module github.com/docker/awesome-compose/nginx-golang-postgres/backend
|
2020-03-05 16:39:16 +00:00
|
|
|
|
2022-07-12 08:08:02 +00:00
|
|
|
go 1.18
|
2020-03-05 16:39:16 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/handlers v1.3.0
|
|
|
|
github.com/gorilla/mux v1.6.2
|
2021-10-12 21:02:02 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2020-03-05 16:39:16 +00:00
|
|
|
)
|
2022-07-12 08:08:02 +00:00
|
|
|
|
|
|
|
require github.com/gorilla/context v1.1.1 // indirect
|