File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ require (
21
21
github.com/go-playground/validator/v10 v10.3.0 // indirect
22
22
github.com/go-redis/redis/v8 v8.11.0
23
23
github.com/go-sql-driver/mysql v1.5.0
24
- github.com/gofrs/uuid v3.2.0+incompatible
25
24
github.com/gookit/color v1.3.1
26
25
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
27
26
github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"strconv"
7
7
8
- "github.com/360EntSecGroup-Skylar/excelize/v2"
9
8
"github.com/flipped-aurora/gin-vue-admin/global"
10
9
"github.com/flipped-aurora/gin-vue-admin/model/system"
10
+ "github.com/xuri/excelize/v2"
11
11
)
12
12
13
13
type ExcelService struct {
You can’t perform that action at this time.
0 commit comments