2019-04-30 18:39:27 +08:00
|
|
|
module github.com/360EntSecGroup-Skylar/excelize/v2
|
|
|
|
|
2020-10-05 22:17:11 +08:00
|
|
|
go 1.11
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2020-09-01 00:40:56 +08:00
|
|
|
github.com/richardlehane/mscfb v1.0.3
|
2020-12-14 20:56:51 +08:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-03-14 22:29:18 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20210311002341-9c6784cb2d17
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
2020-12-14 20:56:51 +08:00
|
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
2021-03-14 22:29:18 +08:00
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
2021-01-30 00:11:01 +08:00
|
|
|
golang.org/x/text v0.3.5
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|