mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/thecodingmachine/gotenberg
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/mafredri/cdp v0.28.0
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
|
|
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e // indirect
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|