mirror of
https://github.com/unidoc/unihtml.git
synced 2025-05-11 19:29:13 +08:00
12 lines
251 B
Modula-2
12 lines
251 B
Modula-2
module github.com/unidoc/unihtml
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/unidoc/unipdf/v3 v3.20.0
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|