summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sheetpr_test.go2
-rw-r--r--sheetview_test.go2
2 files changed, 2 insertions, 2 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{
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{