f3293008b0
* Add Docker Desktop Development Environments config * Use nginx image with read-only bind mount instead of building a custom image * Upgrade Go dependencies Co-authored-by: Guillaume Lours <guillaume@lours.me> Signed-off-by: Milas Bowman <milas.bowman@docker.com>
12 lines
253 B
Modula-2
12 lines
253 B
Modula-2
module github.com/docker/awesome-compose/nginx-golang-mysql/backend
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
)
|
|
|
|
require github.com/felixge/httpsnoop v1.0.1 // indirect
|