build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2

dependabot-preview[bot] created

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] <support@dependabot.com>

Change summary

Gopkg.lock | 6 +++---
Gopkg.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Detailed changes

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"

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"