unioffice/go.mod
2021-08-23 20:44:48 +00:00

10 lines
164 B
Modula-2

module github.com/unidoc/unioffice
go 1.13
require (
github.com/stretchr/testify v1.7.0
github.com/unidoc/unipdf/v3 v3.28.0
github.com/unidoc/unitype v0.2.1
)