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
|
2021-03-21 23:45:36 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
|
|
|
|
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
|
|
|
)
|