go.mod 285 B

123456789101112
  1. module github.com/tiger1103/gfast/v3
  2. go 1.15
  3. require (
  4. github.com/casbin/casbin/v2 v2.42.0
  5. github.com/gogf/gf/v2 v2.0.4
  6. github.com/mojocn/base64Captcha v1.3.5
  7. github.com/mssola/user_agent v0.5.3
  8. github.com/tiger1103/gfast-cache v0.0.6
  9. github.com/tiger1103/gfast-token v0.0.8
  10. )