mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
24 lines
868 B
Modula-2
24 lines
868 B
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/labstack/echo/v4 v4.1.6
|
|
github.com/labstack/gommon v0.2.9
|
|
github.com/mafredri/cdp v0.24.2
|
|
github.com/mattn/go-isatty v0.0.8
|
|
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.3.0
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
|
golang.org/x/text v0.3.2
|
|
)
|