39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module goweb-gin-demo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.10+incompatible
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
|
github.com/casbin/casbin/v2 v2.11.0
|
|
github.com/casbin/gorm-adapter/v3 v3.0.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/qiniu/api.v7/v7 v7.8.2
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v3.20.11+incompatible
|
|
github.com/songzhibin97/gkit v1.1.1
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/gin-swagger v1.3.2
|
|
github.com/swaggo/swag v1.7.4
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.31
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
gorm.io/driver/mysql v1.1.2
|
|
gorm.io/gorm v1.21.15
|
|
)
|