go.mod 174 B

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