23 lines
616 B
Modula-2
23 lines
616 B
Modula-2
module github.com/xuri/excelize/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/richardlehane/mscfb v1.0.4
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7
|
|
golang.org/x/crypto v0.25.0
|
|
golang.org/x/image v0.18.0
|
|
golang.org/x/net v0.27.0
|
|
golang.org/x/text v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|