unioffice/go.mod

10 lines
164 B
Modula-2
Raw 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 (
2021-08-23 20:44:48 +00:00
github.com/stretchr/testify v1.7.0
github.com/unidoc/unipdf/v3 v3.28.0
github.com/unidoc/unitype v0.2.1
2021-04-23 20:00:00 +00:00
)