blob: fb2ca4d376ec9a7cef37f1607057e210a33060e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
module git.gabbott.dev/george/excelize/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.2.0
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/net v0.2.0
golang.org/x/text v0.4.0
)
require github.com/richardlehane/msoleps v1.0.3 // indirect
|