-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 809 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module mozoft.com/wHHEK
go 1.25.0
require (
github.com/alexbrainman/odbc v0.0.0-20250601004241-49e6b2bc0cf0
github.com/extrame/xls v0.0.1
github.com/mattn/go-sqlite3 v1.14.33
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/shopspring/decimal v1.4.0
github.com/xuri/excelize/v2 v2.11.0
golang.org/x/text v0.38.0
)
require (
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
github.com/richardlehane/mscfb v1.0.7 // 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.53.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sys v0.46.0 // indirect
)