diff options
Diffstat (limited to 'sheetpr_test.go')
-rw-r--r-- | sheetpr_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |