mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
43 lines
1.7 KiB
AMPL
43 lines
1.7 KiB
AMPL
module go-admin
|
|
|
|
go 1.12
|
|
|
|
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.2.1
|
|
github.com/casbin/gorm-adapter/v2 v2.0.3
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-kit/kit v0.8.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.3 // indirect
|
|
github.com/go-openapi/spec v0.19.4 // indirect
|
|
github.com/go-redis/redis v6.15.6+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/jinzhu/gorm v1.9.10
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.0
|
|
github.com/mssola/user_agent v0.5.1
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v2.18.12+incompatible
|
|
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/swaggo/swag v1.6.3
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
|
golang.org/x/sys v0.0.0-20191119195528-f068ffe820e4 // indirect
|
|
golang.org/x/tools v0.0.0-20191120001058-ad01d5993d97 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|