Commit 87ffc03c authored by Валерий Килин's avatar Валерий Килин 💢

hotfix imports

parent ee354979
......@@ -513,7 +513,7 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string) error {
// import (
// "fmt"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......
......@@ -510,7 +510,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) {
// import (
// "fmt"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......@@ -708,7 +708,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) {
// import (
// "fmt"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......
......@@ -55,7 +55,7 @@ func parseFormatPictureSet(formatSet string) (*formatPicture, error) {
// _ "image/jpeg"
// _ "image/png"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......@@ -111,7 +111,7 @@ func (f *File) AddPicture(sheet, cell, picture, format string) error {
// _ "image/jpeg"
// "io/ioutil"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......
......@@ -66,7 +66,7 @@ type PivotTableField struct {
// "fmt"
// "math/rand"
//
// "github.com/360EntSecGroup-Skylar/excelize"
// "gitlab.globars.ru/globars/excelize"
// )
//
// func main() {
......
......@@ -6,7 +6,7 @@ import (
"strings"
"testing"
"github.com/360EntSecGroup-Skylar/excelize/v2"
"gitlab.globars.ru/globars/excelize/v2"
"github.com/mohae/deepcopy"
"github.com/stretchr/testify/assert"
......
......@@ -7,7 +7,7 @@ import (
"github.com/mohae/deepcopy"
"github.com/stretchr/testify/assert"
"github.com/360EntSecGroup-Skylar/excelize/v2"
"gitlab.globars.ru/globars/excelize/v2"
)
var _ = []excelize.SheetPrOption{
......
......@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/360EntSecGroup-Skylar/excelize/v2"
"gitlab.globars.ru/globars/excelize/v2"
)
var _ = []excelize.SheetViewOption{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment