2019-04-30 18:39:27 +08:00
|
|
|
module github.com/360EntSecGroup-Skylar/excelize/v2
|
|
|
|
|
|
|
|
go 1.12
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
2019-09-13 18:38:44 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-05-11 00:01:22 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2018-12-26 13:33:40 +08:00
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2020-05-11 00:01:22 +08:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-05-10 16:56:08 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20191019043341-b7dc4fe9aa91
|
2020-05-11 00:01:22 +08:00
|
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
|
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
|
2019-12-20 00:30:48 +08:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2020-05-11 00:01:22 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|