diff options
author | xuri <xuri.me@gmail.com> | 2019-04-30 18:39:27 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-05-02 15:57:47 +0800 |
commit | b1f632d4084130628f10906ff6a7bb55022e4c08 (patch) | |
tree | b1828b143ca622f3838e758d22b820a002508008 /sheet_test.go | |
parent | 01a418bda8502890e89ab20a2b41220372877bae (diff) |
Resolve #393, upgrade Go module to v2
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" ) |