aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
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"