1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00

Bump github.com/mafredri/cdp from 0.20.0 to 0.21.0 (#218)

Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-11 11:41:48 -05:00 committed by Tim Voronov
parent 319a92b265
commit 61636f106a
2 changed files with 6 additions and 4 deletions

8
Gopkg.lock generated
View File

@ -93,7 +93,7 @@
version = "v0.2.7" version = "v0.2.7"
[[projects]] [[projects]]
digest = "1:612ebc66cfa7484088f90ab86c7f1eb3d7696cf38ec2451c63f8d6008ff7625f" digest = "1:c07a7b5b5e62ed0828ba5df53ea579c8b04fe55acc2fa7b9fb7bd367d3cd7d6a"
name = "github.com/mafredri/cdp" name = "github.com/mafredri/cdp"
packages = [ packages = [
".", ".",
@ -105,6 +105,7 @@
"protocol/audits", "protocol/audits",
"protocol/browser", "protocol/browser",
"protocol/cachestorage", "protocol/cachestorage",
"protocol/cast",
"protocol/console", "protocol/console",
"protocol/css", "protocol/css",
"protocol/database", "protocol/database",
@ -115,6 +116,7 @@
"protocol/domsnapshot", "protocol/domsnapshot",
"protocol/domstorage", "protocol/domstorage",
"protocol/emulation", "protocol/emulation",
"protocol/fetch",
"protocol/headlessexperimental", "protocol/headlessexperimental",
"protocol/heapprofiler", "protocol/heapprofiler",
"protocol/indexeddb", "protocol/indexeddb",
@ -144,8 +146,8 @@
"session", "session",
] ]
pruneopts = "UT" pruneopts = "UT"
revision = "0b30a3d15c28f2c8f028f99009cfba0b19baf126" revision = "d2ad1a32f89e2bf0d0168e5f20f24cf6bf59e8db"
version = "v0.20.0" version = "v0.21.0"
[[projects]] [[projects]]
digest = "1:c658e84ad3916da105a761660dcaeb01e63416c8ec7bc62256a9b411a05fcd67" digest = "1:c658e84ad3916da105a761660dcaeb01e63416c8ec7bc62256a9b411a05fcd67"

View File

@ -35,7 +35,7 @@
[[constraint]] [[constraint]]
name = "github.com/mafredri/cdp" name = "github.com/mafredri/cdp"
version = "0.20.0" version = "0.21.0"
[[constraint]] [[constraint]]
name = "github.com/chzyer/readline" name = "github.com/chzyer/readline"