aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-29 18:11:33 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-29 18:51:56 +0200
commit6363518c85cbd8247a5f6507b8a1dd3903cfb71d (patch)
treeaa51652e9881196b3637247988cbd5155f42b5e2 /Gopkg.toml
parentff2fd14e3f10a7206d4ec86f07e524cfa290e0fc (diff)
downloadgit-bug-6363518c85cbd8247a5f6507b8a1dd3903cfb71d.tar.gz
relay connection working with gqlgen
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml12
1 files changed, 4 insertions, 8 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 9af5a30b..66ca072c 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -53,13 +53,9 @@
version = "v0.0.3"
[[constraint]]
- name = "github.com/graphql-go/graphql"
- version = "v0.7.5"
-
-[[constraint]]
- name = "github.com/graphql-go/handler"
- version = "v0.2.1"
-
-[[constraint]]
branch = "master"
name = "github.com/dustin/go-humanize"
+
+[[constraint]]
+ name = "github.com/vektah/gqlgen"
+ version = "0.3.0"