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-24 08:24:59 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3
|
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-03-21 23:45:36 +08:00
|
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
|
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
2021-01-30 00:11:01 +08:00
|
|
|
golang.org/x/text v0.3.5
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|