2021-07-28 00:38:09 +08:00
|
|
|
module github.com/xuri/excelize/v2
|
2019-04-30 18:39:27 +08:00
|
|
|
|
2022-10-13 00:02:53 +08:00
|
|
|
go 1.16
|
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
|
2022-10-13 00:02:53 +08:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2023-04-30 11:10:51 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20230422071738-01f4e37c47e9
|
2023-05-04 10:52:26 +08:00
|
|
|
github.com/xuri/nfp v0.0.0-20230503010013-3f38cdbb0b83
|
2023-06-08 09:50:38 +08:00
|
|
|
golang.org/x/crypto v0.9.0
|
2023-02-19 00:18:11 +08:00
|
|
|
golang.org/x/image v0.5.0
|
2023-06-08 09:50:38 +08:00
|
|
|
golang.org/x/net v0.10.0
|
2023-04-10 00:02:20 +08:00
|
|
|
golang.org/x/text v0.9.0
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|
2022-10-13 00:02:53 +08:00
|
|
|
|
|
|
|
require github.com/richardlehane/msoleps v1.0.3 // indirect
|