2021-07-28 00:38:09 +08:00
|
|
|
module github.com/xuri/excelize/v2
|
2019-04-30 18:39:27 +08:00
|
|
|
|
2023-12-19 23:39:45 +08:00
|
|
|
go 1.18
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2022-02-13 00:06:30 +08:00
|
|
|
github.com/richardlehane/mscfb v1.0.4
|
2023-12-19 23:39:45 +08:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53
|
2024-03-19 08:58:52 +08:00
|
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7
|
|
|
|
golang.org/x/crypto v0.21.0
|
2023-12-19 23:39:45 +08:00
|
|
|
golang.org/x/image v0.14.0
|
2024-03-19 08:58:52 +08:00
|
|
|
golang.org/x/net v0.22.0
|
2023-12-19 23:39:45 +08:00
|
|
|
golang.org/x/text v0.14.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|