go.mod 253 B

1234567891011
  1. module github.com/docker/awesome-compose/nginx-golang-mysql/backend
  2. go 1.18
  3. require (
  4. github.com/go-sql-driver/mysql v1.6.0
  5. github.com/gorilla/handlers v1.5.1
  6. github.com/gorilla/mux v1.8.0
  7. )
  8. require github.com/felixge/httpsnoop v1.0.1 // indirect