mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
19 lines
649 B
Modula-2
19 lines
649 B
Modula-2
module github.com/unidoc/unioffice
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/adrg/strutil v0.3.0 // indirect
|
|
github.com/adrg/sysfont v0.1.2 // indirect
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/unidoc/unipdf/v3 v3.37.0
|
|
github.com/unidoc/unitype v0.3.0
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
|
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
)
|