aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-06-27 04:25:01 +0000
committerGitHub <noreply@github.com>2019-06-27 04:25:01 +0000
commitb67acd5cc3d13b2eeba1656efcc3087247cd03aa (patch)
tree21e354686a068c247add67eff6555f57c90f899a
parentaa4464dbba0b1e0ce39ae53e35971e6924d404d3 (diff)
downloadgit-bug-b67acd5cc3d13b2eeba1656efcc3087247cd03aa.tar.gz
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] <support@dependabot.com>
-rw-r--r--Gopkg.lock7
-rw-r--r--Gopkg.toml2
2 files changed, 5 insertions, 4 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 2bb58e6c..cf2c076c 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 e9047507..87074df5 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"