diff --git a/sheetpr_test.go b/sheetpr_test.go index 8c11a1a..e7e7482 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -5,8 +5,8 @@ import ( "reflect" "testing" + "github.com/360EntSecGroup-Skylar/excelize" "github.com/mohae/deepcopy" - "github.com/xuri/excelize" ) var _ = []excelize.SheetPrOption{ diff --git a/sheetview_test.go b/sheetview_test.go index 674a683..2061012 100644 --- a/sheetview_test.go +++ b/sheetview_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/xuri/excelize" + "github.com/360EntSecGroup-Skylar/excelize" ) var _ = []excelize.SheetViewOption{