awesome-compose/nginx-golang-mysql/backend/go.mod
Anca Iordache f1e4cca535 Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-16 17:23:59 +01:00

11 lines
190 B
Modula-2

module github.com/org/repo
go 1.13
require (
github.com/go-sql-driver/mysql v1.3.0
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.2
)