summaryrefslogtreecommitdiff
path: root/sheet_test.go
diff options
context:
space:
mode:
authorBen Wells <b.v.wells@gmail.com>2019-09-13 11:38:44 +0100
committerBen Wells <b.v.wells@gmail.com>2019-09-13 11:40:16 +0100
commit3c327413d963f6ffa934a72beb483d1fedd25660 (patch)
treea9e962b9fc38dabbca603d254b92c4460929656c /sheet_test.go
parentacbabcf8fcf2e27dc466ca17185eb6a9e7397356 (diff)
Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
Diffstat (limited to 'sheet_test.go')
-rw-r--r--sheet_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet_test.go b/sheet_test.go
index 145e302..5179793 100644
--- a/sheet_test.go
+++ b/sheet_test.go
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
- "github.com/360EntSecGroup-Skylar/excelize"
+ "github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/mohae/deepcopy"
"github.com/stretchr/testify/assert"