mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2025-10-15 11:46:39 +02:00
13 lines
333 B
Modula-2
13 lines
333 B
Modula-2
module github.com/Noettore/fattureSanRossore
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
|
|
github.com/extrame/xls v0.0.1
|
|
github.com/gotk3/gotk3 v0.4.0 // indirect
|
|
github.com/pdfcpu/pdfcpu v0.3.2
|
|
github.com/sqweek/dialog v0.0.0-20200304031853-0dcd55bfe06a
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|