diff options
Diffstat (limited to 'sheet_test.go')
-rw-r--r-- | sheet_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sheet_test.go b/sheet_test.go index 3baa084..145e302 100644 --- a/sheet_test.go +++ b/sheet_test.go @@ -6,7 +6,8 @@ import ( "strings" "testing" - "github.com/360EntSecGroup-Skylar/excelize/v2" + "github.com/360EntSecGroup-Skylar/excelize" + "github.com/mohae/deepcopy" "github.com/stretchr/testify/assert" ) |