-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 549 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 549 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/xuri/excelize-py
go 1.25.0
require (
github.com/xuri/excelize/v2 v2.10.2-0.20260326234041-d7456a4cee11
golang.org/x/image v0.38.0
)
require (
github.com/richardlehane/mscfb v1.0.6 // indirect
github.com/richardlehane/msoleps v1.0.6 // indirect
github.com/tiendc/go-deepcopy v1.7.2 // indirect
github.com/xuri/efp v0.0.1 // indirect
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/text v0.35.0 // indirect
)