From de21a5f800adbee7741f5923987374ae68223698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 08:07:01 -0400 Subject: [PATCH] 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] --- Gopkg.lock | 7 ++++--- Gopkg.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 1522bd82..5656673a 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -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" diff --git a/Gopkg.toml b/Gopkg.toml index a7aa4183..8f384c34 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -35,7 +35,7 @@ [[constraint]] name = "github.com/mafredri/cdp" - version = "0.21.0" + version = "0.22.0" [[constraint]] name = "github.com/chzyer/readline"