go.mod 223 B

12345678910
  1. module github.com/GoAdminGroup/example
  2. go 1.12
  3. require (
  4. github.com/GoAdminGroup/go-admin v1.0.7
  5. github.com/GoAdminGroup/themes v0.0.7
  6. github.com/gin-gonic/gin v1.4.0
  7. github.com/mattn/go-sqlite3 v1.11.0 // indirect
  8. )