From b67acd5cc3d13b2eeba1656efcc3087247cd03aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 04:25:01 +0000 Subject: [PATCH] build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1 Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 7 ++++--- Gopkg.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 2bb58e6cb08fac725f632f31d580cb69b78687e4..cf2c076c920666eb4230c2942d0f347e81251cfa 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -2,7 +2,7 @@ [[projects]] - digest = "1:36a35bcd0d31f5082578d975e0c23e5e14c98be262b3832fc2c30f35ca5fc776" + digest = "1:ecbcc5f2c6b45a565d5bdc316317671a308f56adb202e0f762d91e42aa9e2060" name = "github.com/99designs/gqlgen" packages = [ "api", @@ -19,11 +19,12 @@ "plugin", "plugin/modelgen", "plugin/resolvergen", + "plugin/schemaconfig", "plugin/servergen", ] pruneopts = "UT" - revision = "ea4652d223c441dc77b31882781ce08488763d67" - version = "v0.9.0" + revision = "b128a29122e8ca8ada5f34cc18338fa7c10fc5b4" + version = "v0.9.1" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index e9047507057fa1830a1068f6e24c752bf0607f78..87074df5763cc16391eb3d7f743680089c4af9f6 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -58,7 +58,7 @@ [[constraint]] name = "github.com/99designs/gqlgen" - version = "0.9.0" + version = "0.9.1" [[constraint]] name = "github.com/MichaelMure/gocui"