mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/labstack/echo/v4 v4.1.11
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/mafredri/cdp v0.25.0
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.11
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|