2021-08-23 15:13:24 +00:00
|
|
|
module github.com/flipped-aurora/gin-vue-admin/server
|
2019-09-01 16:19:15 +00:00
|
|
|
|
2021-08-21 10:35:30 +00:00
|
|
|
go 1.16
|
2019-09-01 16:19:15 +00:00
|
|
|
|
|
|
|
|
require (
|
2020-03-24 05:34:03 +00:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
2021-02-24 14:07:50 +00:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
|
2022-01-05 14:45:02 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.42.27
|
2021-05-07 09:48:19 +00:00
|
|
|
github.com/casbin/casbin/v2 v2.11.0
|
|
|
|
|
github.com/casbin/gorm-adapter/v3 v3.0.2
|
2021-08-28 07:13:39 +00:00
|
|
|
github.com/flipped-aurora/gva-plugins v0.0.0-20210828060501-fc8b729b9a4a
|
2021-09-01 15:06:25 +00:00
|
|
|
github.com/flipped-aurora/ws v1.0.2
|
2020-03-24 05:34:03 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-06-25 10:53:23 +00:00
|
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
2022-02-21 16:26:21 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.0
|
2021-07-12 11:23:56 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.0
|
2020-07-05 08:29:45 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2022-02-21 16:26:21 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
2020-10-22 08:28:51 +00:00
|
|
|
github.com/gookit/color v1.3.1
|
2021-11-29 13:56:01 +00:00
|
|
|
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.21.8+incompatible
|
2022-02-14 02:45:19 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.15.0 // indirect
|
2020-09-08 07:57:46 +00:00
|
|
|
github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
|
2020-06-20 08:38:33 +00:00
|
|
|
github.com/mojocn/base64Captcha v1.3.1
|
2021-10-23 14:39:24 +00:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
2021-11-15 18:02:21 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-01 06:56:43 +00:00
|
|
|
github.com/qiniu/api.v7/v7 v7.4.1
|
2021-04-17 06:50:44 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2019-09-01 16:19:15 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2021-10-25 05:25:15 +00:00
|
|
|
github.com/shirou/gopsutil v3.21.9+incompatible
|
2021-09-01 15:06:25 +00:00
|
|
|
github.com/songzhibin97/gkit v1.1.1
|
2020-10-22 08:28:51 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-10-23 14:39:24 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-20 15:29:34 +00:00
|
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
|
|
|
github.com/swaggo/swag v1.7.0
|
2021-02-22 08:37:00 +00:00
|
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.19
|
2021-10-25 05:25:15 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
2020-03-24 05:34:03 +00:00
|
|
|
github.com/unrolled/secure v1.0.7
|
2021-08-21 10:07:11 +00:00
|
|
|
github.com/xuri/excelize/v2 v2.4.1
|
2021-08-29 10:23:52 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2022-02-14 02:45:19 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506 // indirect
|
2021-07-09 08:01:10 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-10-23 14:39:24 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2021-04-04 13:32:23 +00:00
|
|
|
gorm.io/driver/mysql v1.0.1
|
2022-02-14 02:45:19 +00:00
|
|
|
gorm.io/driver/postgres v1.2.3
|
|
|
|
|
gorm.io/gorm v1.22.5
|
2021-08-29 10:23:52 +00:00
|
|
|
nhooyr.io/websocket v1.8.6
|
2019-09-01 16:19:15 +00:00
|
|
|
)
|