You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
486 B
18 lines
486 B
module git.qcode.fun/imhven/excelize-formula/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/richardlehane/mscfb v1.0.4
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470
|
|
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
|
|
golang.org/x/crypto v0.5.0
|
|
golang.org/x/image v0.5.0
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/text v0.7.0
|
|
)
|
|
|
|
require github.com/richardlehane/msoleps v1.0.3 // indirect
|