2021-02-08 19:36:06 +00:00
|
|
|
module github.com/unidoc/unihtml
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-05-05 21:25:46 +00:00
|
|
|
github.com/adrg/strutil v0.3.0 // indirect
|
|
|
|
github.com/adrg/sysfont v0.1.2 // indirect
|
|
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
2021-02-08 19:36:06 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-05-05 21:25:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-02-08 19:36:06 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/spf13/viper v1.7.1
|
2022-05-05 21:25:46 +00:00
|
|
|
github.com/unidoc/unipdf/v3 v3.34.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-02-08 19:36:06 +00:00
|
|
|
)
|