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.21.0 to 0.22.0 (#267)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-18 08:07:01 -04:00 committed by Tim Voronov
parent 71c246dd17
commit de21a5f800
2 changed files with 5 additions and 4 deletions

7
Gopkg.lock generated
View File

@ -109,7 +109,7 @@
version = "v0.2.8"
[[projects]]
digest = "1:c07a7b5b5e62ed0828ba5df53ea579c8b04fe55acc2fa7b9fb7bd367d3cd7d6a"
digest = "1:f26f5b4929a60527dfb6d4e4a42cc088a2b837aa1dc43b64388a0ff02e3f0e3c"
name = "github.com/mafredri/cdp"
packages = [
".",
@ -119,6 +119,7 @@
"protocol/animation",
"protocol/applicationcache",
"protocol/audits",
"protocol/backgroundservice",
"protocol/browser",
"protocol/cachestorage",
"protocol/cast",
@ -162,8 +163,8 @@
"session",
]
pruneopts = "UT"
revision = "d2ad1a32f89e2bf0d0168e5f20f24cf6bf59e8db"
version = "v0.21.0"
revision = "a32ee055312ea497858e6f187facb239cb56048a"
version = "v0.22.0"
[[projects]]
digest = "1:2fa7b0155cd54479a755c629de26f888a918e13f8857a2c442205d825368e084"

View File

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