You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
505 B
Modula-2
20 lines
505 B
Modula-2
module pocketbase-excel
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/xuri/excelize/v2 v2.10.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
|
github.com/tiendc/go-deepcopy v1.7.1 // 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.43.0 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
)
|