2021-07-28 00:38:09 +08:00
|
|
|
module github.com/xuri/excelize/v2
|
2019-04-30 18:39:27 +08:00
|
|
|
|
2021-04-04 15:29:43 +08:00
|
|
|
go 1.15
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
2022-05-26 13:01:49 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2018-12-26 13:33:40 +08:00
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2022-02-13 00:06:30 +08:00
|
|
|
github.com/richardlehane/mscfb v1.0.4
|
2022-05-26 13:01:49 +08:00
|
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-06-27 21:00:59 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470
|
2022-04-11 00:04:00 +08:00
|
|
|
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
|
2022-10-08 22:08:06 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
|
2022-05-26 13:01:49 +08:00
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
|
2022-10-08 22:08:06 +08:00
|
|
|
golang.org/x/net v0.0.0-20221004154528-8021a29435af
|
2022-01-09 00:20:42 +08:00
|
|
|
golang.org/x/text v0.3.7
|
2022-05-26 13:01:49 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|