aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-19 14:15:50 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-19 14:15:50 +0200
commita2a50f3de0c428c5a61e6a449191be3c4ded86ac (patch)
tree5ecf4f5f1f26933b42a606b741963fa5f66c85aa /Gopkg.toml
parent25fb88d7497b00bbe3dda540efde22ffd3de6e49 (diff)
downloadgit-bug-a2a50f3de0c428c5a61e6a449191be3c4ded86ac.tar.gz
webui: add a primitive graphql handler
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"