go.mod 145 B

12345678
  1. module github.com/tiger1103/gfast/v3
  2. go 1.15
  3. require (
  4. github.com/gogf/gf/v2 v2.0.0-rc3
  5. github.com/mojocn/base64Captcha v1.3.5 // indirect
  6. )