mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
21 lines
579 B
Modula-2
21 lines
579 B
Modula-2
module ppve
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/xuri/excelize/v2 v2.9.1
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|
|
|
|
require (
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
|
github.com/tiendc/go-deepcopy v1.6.0 // indirect
|
|
github.com/xuri/efp v0.0.1 // indirect
|
|
github.com/xuri/nfp v0.0.1 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
)
|