summaryrefslogtreecommitdiff
path: root/go.mod
blob: 0fda81006d46d89f6ae97723da1ec029a7eb5134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/xuri/excelize/v2

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	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.7.1
	github.com/xuri/efp v0.0.0-20220603152613-6918739fd470
	github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
	golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
	golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced
	golang.org/x/text v0.3.7
	gopkg.in/yaml.v3 v3.0.0 // indirect
)