mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
updating dependencies
This commit is contained in:
7
go.mod
7
go.mod
@@ -8,7 +8,7 @@ require (
|
||||
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.23.4
|
||||
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
|
||||
@@ -16,7 +16,8 @@ require (
|
||||
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-20190628185345-da137c7871d7 // 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-20190626221950-04f50cda93cb // indirect
|
||||
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
||||
golang.org/x/tools v0.0.0-20190723021737-8bb11ff117ca // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user