go.mod 1005 B

123456789101112131415161718192021222324252627
  1. module gfast
  2. require (
  3. github.com/StackExchange/wmi v1.2.0 // indirect
  4. github.com/casbin/casbin/v2 v2.31.9
  5. github.com/davecgh/go-spew v1.1.1 // indirect
  6. github.com/go-ole/go-ole v1.2.5 // indirect
  7. github.com/goflyfox/gtoken v1.4.3
  8. github.com/gogf/gcache-adapter v0.1.2
  9. github.com/gogf/gf v1.16.6
  10. github.com/gogf/swagger v1.3.0
  11. github.com/google/go-querystring v1.1.0 // indirect
  12. github.com/kr/text v0.2.0 // indirect
  13. github.com/mojocn/base64Captcha v1.3.1
  14. github.com/mozillazg/go-httpheader v0.3.0 // indirect
  15. github.com/mssola/user_agent v0.5.1
  16. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  17. github.com/shirou/gopsutil v3.21.6+incompatible
  18. github.com/tencentyun/cos-go-sdk-v5 v0.7.27
  19. github.com/tklauser/go-sysconf v0.3.7 // indirect
  20. golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
  21. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  22. )
  23. replace github.com/goflyfox/gtoken v1.4.3 => github.com/tiger1103/gtoken v1.4.6
  24. go 1.16