From a89355e7fbcaaa5efb07d43c1f19a4be2e2c1537 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 04:33:06 +0000 Subject: [PATCH] build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2 Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.1...v0.9.2) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 1d80b86255f79e2fbc203941446247dc512b0e39..988c69902cef1031bcdec56ff6482629d925f852 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -2,7 +2,7 @@ [[projects]] - digest = "1:5038f1f51cfeed48d9643aeb573ecf62393a50ba3165322462e86e6a6d290a19" + digest = "1:25c825a120e8ae421b807f06eaa30f4d30ad3700fc103b7aaa24af8358498d31" name = "github.com/99designs/gqlgen" packages = [ "api", @@ -21,8 +21,8 @@ "plugin/schemaconfig", ] pruneopts = "UT" - revision = "b128a29122e8ca8ada5f34cc18338fa7c10fc5b4" - version = "v0.9.1" + revision = "4eeacc6e4cb7bedc7c5312b6a3947697ad5cfb55" + version = "v0.9.2" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index b22319fba14d1a7226c934e6661241fb8fb4a5b4..4199cc1b05d49414d808fdcce0375b132a110bd5 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -58,7 +58,7 @@ [[constraint]] name = "github.com/99designs/gqlgen" - version = "0.9.1" + version = "0.9.2" [[constraint]] name = "github.com/MichaelMure/gocui"