diff options
author | Ben Wells <b.v.wells@gmail.com> | 2019-09-13 11:38:44 +0100 |
---|---|---|
committer | Ben Wells <b.v.wells@gmail.com> | 2019-09-13 11:40:16 +0100 |
commit | 3c327413d963f6ffa934a72beb483d1fedd25660 (patch) | |
tree | a9e962b9fc38dabbca603d254b92c4460929656c /sheetpr_test.go | |
parent | acbabcf8fcf2e27dc466ca17185eb6a9e7397356 (diff) |
Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
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 b9f9e3b..97a314c 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -7,7 +7,7 @@ import ( "github.com/mohae/deepcopy" "github.com/stretchr/testify/assert" - "github.com/360EntSecGroup-Skylar/excelize" + "github.com/360EntSecGroup-Skylar/excelize/v2" ) var _ = []excelize.SheetPrOption{ |