diff options
Diffstat (limited to 'sheetpr_test.go')
-rw-r--r-- | sheetpr_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sheetpr_test.go b/sheetpr_test.go index c28ee05..8c11a1a 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -6,8 +6,7 @@ import ( "testing" "github.com/mohae/deepcopy" - - "github.com/360EntSecGroup-Skylar/excelize" + "github.com/xuri/excelize" ) var _ = []excelize.SheetPrOption{ |