| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- module device-manage
- go 1.16
- require (
- github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
- github.com/360EntSecGroup-Skylar/excelize/v2 v2.4.0 // indirect
- github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/casbin/casbin/v2 v2.29.2
- github.com/casbin/gorm-adapter/v3 v3.0.2
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/eclipse/paho.mqtt.golang v1.3.4 // indirect
- github.com/gin-gonic/gin v1.7.1
- github.com/go-ole/go-ole v1.2.5 // indirect
- github.com/go-sql-driver/mysql v1.6.0
- github.com/gofrs/uuid v3.2.0+incompatible
- github.com/gogf/gf v1.15.7
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
- github.com/google/flatbuffers v2.0.0+incompatible // indirect
- github.com/google/uuid v1.2.0
- github.com/gorilla/websocket v1.4.2
- github.com/labstack/gommon v0.3.0
- github.com/matchstalk/go-admin-core v1.2.0
- github.com/mattn/go-isatty v0.0.12 // indirect
- github.com/mojocn/base64Captcha v1.3.4
- github.com/mssola/user_agent v0.5.2
- github.com/muesli/cache2go v0.0.0-20201208071950-e3e970b4892f
- github.com/pkg/errors v0.9.1
- github.com/robfig/cron/v3 v3.0.1
- github.com/satori/go.uuid v1.2.0
- github.com/shamsher31/goimgext v1.0.0 // indirect
- github.com/shamsher31/goimgtype v1.0.0
- github.com/shirou/gopsutil v3.21.4+incompatible
- github.com/sirupsen/logrus v1.8.1 // indirect
- github.com/spf13/cast v1.3.1
- github.com/spf13/cobra v1.1.3
- github.com/spf13/viper v1.7.1
- github.com/swaggo/gin-swagger v1.3.0
- github.com/swaggo/swag v1.7.0
- github.com/tklauser/go-sysconf v0.3.5 // indirect
- github.com/unrolled/secure v1.0.8
- github.com/urfave/cli/v2 v2.3.0 // indirect
- golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
- gorm.io/driver/mysql v1.0.6
- gorm.io/driver/postgres v1.1.0
- gorm.io/driver/sqlite v1.1.4 // indirect
- gorm.io/gorm v1.21.9
- )
|