go.mod 215 B

12345678910
  1. module github.com/GoAdminGroup/example
  2. go 1.12
  3. require (
  4. github.com/GoAdminGroup/go-admin v1.0.4
  5. github.com/GoAdminGroup/themes v0.0.5
  6. github.com/gin-gonic/gin v1.4.0
  7. github.com/kr/pretty v0.1.0 // indirect
  8. )