module github.com/thecodingmachine/gotenberg go 1.12 require ( github.com/google/go-cmp v0.3.1 // indirect github.com/gorilla/websocket v1.4.0 // 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.10 github.com/labstack/gommon v0.3.0 github.com/mafredri/cdp v0.24.2 github.com/mattn/go-isatty v0.0.9 github.com/microcosm-cc/bluemonday v1.0.2 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 golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/text v0.3.2 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )