diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-29 18:11:33 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-29 18:51:56 +0200 |
commit | 6363518c85cbd8247a5f6507b8a1dd3903cfb71d (patch) | |
tree | aa51652e9881196b3637247988cbd5155f42b5e2 /Gopkg.lock | |
parent | ff2fd14e3f10a7206d4ec86f07e524cfa290e0fc (diff) | |
download | git-bug-6363518c85cbd8247a5f6507b8a1dd3903cfb71d.tar.gz |
relay connection working with gqlgen
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -2,6 +2,12 @@ [[projects]] + branch = "master" + name = "github.com/cheekybits/genny" + packages = ["generic"] + revision = "9127e812e1e9e501ce899a18121d316ecb52e4ba" + +[[projects]] name = "github.com/cpuguy83/go-md2man" packages = ["md2man"] revision = "20f5889cbdc3c73dbd2862796665e7c465ade7d1" @@ -32,6 +38,12 @@ version = "v1.6.2" [[projects]] + name = "github.com/gorilla/websocket" + packages = ["."] + revision = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b" + version = "v1.2.0" + +[[projects]] name = "github.com/graphql-go/graphql" packages = [ ".", @@ -119,6 +131,21 @@ version = "v1.0.1" [[projects]] + name = "github.com/vektah/gqlgen" + packages = [ + "graphql", + "handler", + "neelance/common", + "neelance/errors", + "neelance/introspection", + "neelance/query", + "neelance/schema", + "neelance/validation" + ] + revision = "381b34691fd93829e50ba8821412dc3467ec4821" + version = "0.3.0" + +[[projects]] branch = "master" name = "golang.org/x/sys" packages = ["unix"] @@ -133,6 +160,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "bbcfc01c18bb3703bea4b5d08a015a6bcc74f7ea2e9eb130c36e551745f2ec06" + inputs-digest = "c70340117a5b5a1d50ad4e8c20e51b01ff6cbec9e3c49911a066e6fd1115b854" solver-name = "gps-cdcl" solver-version = 1 |