2022-07-13 13:06:24 +00:00
|
|
|
module github.com/docker/awesome-compose/nginx-golang-mysql/backend
|
2020-03-05 16:01:59 +00:00
|
|
|
|
2022-07-13 13:06:24 +00:00
|
|
|
go 1.18
|
2020-03-05 16:01:59 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-13 13:06:24 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-03-05 16:01:59 +00:00
|
|
|
)
|
2022-07-13 13:06:24 +00:00
|
|
|
|
|
|
|
require github.com/felixge/httpsnoop v1.0.1 // indirect
|