51 lines
1.8 KiB
Modula-2
51 lines
1.8 KiB
Modula-2
module go-admin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
//github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/aliyun/aliyun-sts-go-sdk v0.0.0-20171106034748-98d3903a2309
|
|
github.com/casbin/casbin/v2 v2.11.2
|
|
github.com/casbin/gorm-adapter/v3 v3.0.2
|
|
github.com/codinl/go-logger v1.0.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-redis/redis/v7 v7.4.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gogf/gf v1.13.4
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/holdno/snowFlakeByGo v0.0.0-20180510033652-d23f8a8cadd7
|
|
github.com/jasonlvhit/gocron v0.0.1
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/matchstalk/go-admin-core v1.2.0
|
|
github.com/matchstalk/redisqueue v1.0.3
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/mssola/user_agent v0.5.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rs/zerolog v1.15.0
|
|
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 v2.21.11+incompatible
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/swaggo/swag v1.6.7
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/unrolled/secure v1.0.8
|
|
github.com/wechatpay-apiv3/wechatpay-go v0.2.9
|
|
github.com/xuri/excelize/v2 v2.6.0
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
gorm.io/driver/mysql v0.3.2
|
|
gorm.io/driver/postgres v0.2.9
|
|
gorm.io/driver/sqlite v1.0.9
|
|
gorm.io/gorm v1.20.1
|
|
)
|