From e9ae9b45b20a5df7e3aa15afcfac83ecb13394c6 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 28 Jul 2021 00:38:09 +0800 Subject: change go module import path to github.com/xuri/excelize --- chart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index 52fd543..755c160 100644 --- a/chart.go +++ b/chart.go @@ -510,7 +510,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize/v2" +// "github.com/xuri/excelize/v2" // ) // // func main() { @@ -783,7 +783,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize/v2" +// "github.com/xuri/excelize/v2" // ) // // func main() { -- cgit v1.2.1