go.mod 187 B

12345678910
  1. module gfast
  2. require (
  3. github.com/casbin/casbin/v2 v2.1.2
  4. github.com/gogf/gf v1.10.1
  5. github.com/mojocn/base64Captcha v1.2.2
  6. google.golang.org/appengine v1.6.5 // indirect
  7. )
  8. go 1.13