mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
39 lines
1.2 KiB
AMPL
39 lines
1.2 KiB
AMPL
module go-admin
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/casbin/casbin/v2 v2.11.2
|
|
github.com/casbin/gorm-adapter/v3 v3.0.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
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/matchstalk/go-admin-core v1.0.2
|
|
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/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v2.20.7+incompatible
|
|
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/unrolled/secure v1.0.8
|
|
go.uber.org/multierr v1.5.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
gopkg.in/ffmt.v1 v1.5.6
|
|
gorm.io/driver/mysql v0.3.2
|
|
gorm.io/driver/postgres v0.2.9
|
|
gorm.io/driver/sqlite v1.0.9
|
|
gorm.io/gorm v0.2.38
|
|
)
|