|
@ -3,7 +3,6 @@ module gin-vue-admin |
|
|
go 1.14 |
|
|
go 1.14 |
|
|
|
|
|
|
|
|
require ( |
|
|
require ( |
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2 |
|
|
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 |
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 |
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible |
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible |
|
@ -20,7 +19,6 @@ require ( |
|
|
github.com/go-openapi/spec v0.20.3 // indirect |
|
|
github.com/go-openapi/spec v0.20.3 // indirect |
|
|
github.com/go-openapi/swag v0.19.15 // indirect |
|
|
github.com/go-openapi/swag v0.19.15 // indirect |
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect |
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect |
|
|
github.com/go-redis/redis v6.15.7+incompatible |
|
|
|
|
|
github.com/go-redis/redis/v8 v8.11.0 |
|
|
github.com/go-redis/redis/v8 v8.11.0 |
|
|
github.com/go-sql-driver/mysql v1.5.0 |
|
|
github.com/go-sql-driver/mysql v1.5.0 |
|
|
github.com/gookit/color v1.3.1 |
|
|
github.com/gookit/color v1.3.1 |
|
@ -48,9 +46,8 @@ require ( |
|
|
github.com/tebeka/strftime v0.1.3 // indirect |
|
|
github.com/tebeka/strftime v0.1.3 // indirect |
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.19 |
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.19 |
|
|
github.com/unrolled/secure v1.0.7 |
|
|
github.com/unrolled/secure v1.0.7 |
|
|
|
|
|
github.com/xuri/excelize/v2 v2.4.1 |
|
|
go.uber.org/zap v1.10.0 |
|
|
go.uber.org/zap v1.10.0 |
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect |
|
|
|
|
|
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect |
|
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
|
|
golang.org/x/tools v0.1.5 // indirect |
|
|
golang.org/x/tools v0.1.5 // indirect |
|
|