From 1bcc0c4afbe9a63dbb7f80dfd9fc67124bec5bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Dec 2018 14:48:49 -0500 Subject: [PATCH] Bump github.com/antlr/antlr4 from 4.7.1 to 4.7.2 (#212) Bumps [github.com/antlr/antlr4](https://github.com/antlr/antlr4) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.7.1...4.7.2) Signed-off-by: dependabot[bot] --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index bf69d40c..a1ef7bd7 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -18,12 +18,12 @@ version = "v1.0.0" [[projects]] - digest = "1:5e79f7a65816b2ba311439df21c9b24af91868cbb5d67489be6d94be2cccb286" + digest = "1:d04889482897652dedae6d8575b479c06fa3eb3c3abe248163b25d3df5fab43e" name = "github.com/antlr/antlr4" packages = ["runtime/Go/antlr"] pruneopts = "UT" - revision = "bdc05c87be2ad981744223df0fd745e8345baba9" - version = "4.7.1" + revision = "be58ebffde8e29c154192c019608f0a5b8e6a064" + version = "4.7.2" [[projects]] digest = "1:b95738a1e6ace058b5b8544303c0871fc01d224ef0d672f778f696265d0f2917" diff --git a/Gopkg.toml b/Gopkg.toml index 59fde13d..f602dc67 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -31,7 +31,7 @@ [[constraint]] name = "github.com/antlr/antlr4" - version = "4.7.1" + version = "4.7.2" [[constraint]] name = "github.com/mafredri/cdp"