mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
26 lines
988 B
Modula-2
26 lines
988 B
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/labstack/echo/v4 v4.3.0
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/mafredri/cdp v0.31.0
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/microcosm-cc/bluemonday v1.0.9
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|