go.mod 1.0 KB

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.2
  8. github.com/gogf/gcache-adapter v0.1.2
  9. github.com/gogf/gf v1.16.4
  10. github.com/gogf/swagger v1.3.0
  11. github.com/google/go-querystring v1.1.0 // indirect
  12. github.com/gorilla/websocket v1.4.2 // indirect
  13. github.com/kr/text v0.2.0 // indirect
  14. github.com/mojocn/base64Captcha v1.3.1
  15. github.com/mozillazg/go-httpheader v0.3.0 // indirect
  16. github.com/mssola/user_agent v0.5.1
  17. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  18. github.com/shirou/gopsutil v3.21.6+incompatible
  19. github.com/tencentyun/cos-go-sdk-v5 v0.7.27
  20. github.com/tklauser/go-sysconf v0.3.7 // indirect
  21. golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
  22. golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d // indirect
  23. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  24. )
  25. go 1.16