17 lines
469 B
Modula-2
17 lines
469 B
Modula-2
module github.com/xuri/excelize/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/richardlehane/mscfb v1.0.4
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca
|
|
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/image v0.11.0
|
|
golang.org/x/net v0.17.0
|
|
golang.org/x/text v0.13.0
|
|
)
|