go.mod 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. module device-manage
  2. go 1.16
  3. require (
  4. github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
  5. github.com/360EntSecGroup-Skylar/excelize/v2 v2.4.0 // indirect
  6. github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
  7. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  8. github.com/casbin/casbin/v2 v2.29.2
  9. github.com/casbin/gorm-adapter/v3 v3.0.2
  10. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  11. github.com/eclipse/paho.mqtt.golang v1.3.4 // indirect
  12. github.com/gin-gonic/gin v1.7.1
  13. github.com/go-ole/go-ole v1.2.5 // indirect
  14. github.com/go-sql-driver/mysql v1.6.0
  15. github.com/gofrs/uuid v3.2.0+incompatible
  16. github.com/gogf/gf v1.15.7
  17. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
  18. github.com/google/flatbuffers v2.0.0+incompatible // indirect
  19. github.com/google/uuid v1.2.0
  20. github.com/gorilla/websocket v1.4.2
  21. github.com/labstack/gommon v0.3.0
  22. github.com/matchstalk/go-admin-core v1.2.0
  23. github.com/mattn/go-isatty v0.0.12 // indirect
  24. github.com/mojocn/base64Captcha v1.3.4
  25. github.com/mssola/user_agent v0.5.2
  26. github.com/muesli/cache2go v0.0.0-20201208071950-e3e970b4892f
  27. github.com/pkg/errors v0.9.1
  28. github.com/robfig/cron/v3 v3.0.1
  29. github.com/satori/go.uuid v1.2.0
  30. github.com/shamsher31/goimgext v1.0.0 // indirect
  31. github.com/shamsher31/goimgtype v1.0.0
  32. github.com/shirou/gopsutil v3.21.4+incompatible
  33. github.com/sirupsen/logrus v1.8.1 // indirect
  34. github.com/spf13/cast v1.3.1
  35. github.com/spf13/cobra v1.1.3
  36. github.com/spf13/viper v1.7.1
  37. github.com/swaggo/gin-swagger v1.3.0
  38. github.com/swaggo/swag v1.7.0
  39. github.com/tklauser/go-sysconf v0.3.5 // indirect
  40. github.com/unrolled/secure v1.0.8
  41. github.com/urfave/cli/v2 v2.3.0 // indirect
  42. golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
  43. gorm.io/driver/mysql v1.0.6
  44. gorm.io/driver/postgres v1.1.0
  45. gorm.io/driver/sqlite v1.1.4 // indirect
  46. gorm.io/gorm v1.21.9
  47. )