Skip to content

Commit 8fa9b32

Browse files
committed
fix:mod
1 parent 9f91af3 commit 8fa9b32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require (
2121
github.com/go-playground/validator/v10 v10.3.0 // indirect
2222
github.com/go-redis/redis/v8 v8.11.0
2323
github.com/go-sql-driver/mysql v1.5.0
24-
github.com/gofrs/uuid v3.2.0+incompatible
2524
github.com/gookit/color v1.3.1
2625
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
2726
github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84

server/service/example/exa_excel_parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"fmt"
66
"strconv"
77

8-
"github.com/360EntSecGroup-Skylar/excelize/v2"
98
"github.com/flipped-aurora/gin-vue-admin/global"
109
"github.com/flipped-aurora/gin-vue-admin/model/system"
10+
"github.com/xuri/excelize/v2"
1111
)
1212

1313
type ExcelService struct {

0 commit comments

Comments
 (0)