mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
22 lines
844 B
Modula-2
22 lines
844 B
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/hhrutter/pdfcpu v0.1.19
|
|
github.com/labstack/echo v0.0.0-20190126223945-739700bf4ef7
|
|
github.com/labstack/gommon v0.2.8
|
|
github.com/mafredri/cdp v0.20.0
|
|
github.com/microcosm-cc/bluemonday v1.0.1
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
|
|
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
|
)
|