aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 975220b8..3fdc2804 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -53,6 +53,14 @@
name = "github.com/spf13/cobra"
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"
+
# required for test on travis with go 1.8
[[override]]
name = "github.com/spf13/viper"