go.mod 175 B

123456789
  1. module github.com/GoAdminGroup/example
  2. go 1.13
  3. require (
  4. github.com/GoAdminGroup/go-admin v1.1.6
  5. github.com/GoAdminGroup/themes v0.0.16
  6. github.com/gin-gonic/gin v1.5.0
  7. )