mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
22 lines
905 B
Modula-2
22 lines
905 B
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
require (
|
|
github.com/derekparker/delve v1.1.0
|
|
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-20181123063703-c7eb8da9ec73
|
|
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/objx v0.1.1 // 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
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
|
)
|