-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (20 loc) · 869 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/viniciusgabrielfo/organizze-invoice-itau-converter
go 1.21
require (
github.com/Rhymond/go-money v1.0.10
github.com/viniciusgabrielfo/xls v0.0.0-20231203224954-d9e53d0b8d6d
github.com/xuri/excelize/v2 v2.8.0
)
require (
github.com/extrame/goyymmdd v0.0.0-20210114090516-7cc815f00d1a // indirect
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)