go.mod 105 B

12345678
  1. module gin
  2. go 1.14
  3. require (
  4. github.com/gin-gonic/gin v1.7.0
  5. github.com/go-sql-driver/mysql v1.5.0
  6. )