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