unioffice/go.mod

19 lines
619 B
Modula-2
Raw Permalink Normal View History

module github.com/unidoc/unioffice
2021-04-23 20:00:00 +00:00
go 1.13
2021-03-16 20:51:18 +00:00
2021-04-23 20:00:00 +00:00
require (
2022-09-02 11:46:53 +00:00
github.com/adrg/strutil v0.3.0 // indirect
github.com/adrg/sysfont v0.1.2 // indirect
2022-12-06 11:56:49 +00:00
github.com/adrg/xdg v0.3.4 // indirect
2022-01-15 21:17:38 +00:00
github.com/richardlehane/msoleps v1.0.1
2022-09-02 11:46:53 +00:00
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/unidoc/unipdf/v3 v3.37.0
2022-12-06 11:56:49 +00:00
github.com/unidoc/unitype v0.4.0
2022-09-02 11:46:53 +00:00
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
2022-12-06 11:56:49 +00:00
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/text v0.4.0 // indirect
2022-09-02 11:46:53 +00:00
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
2021-04-23 20:00:00 +00:00
)