diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-19 14:15:50 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-19 14:15:50 +0200 |
commit | a2a50f3de0c428c5a61e6a449191be3c4ded86ac (patch) | |
tree | 5ecf4f5f1f26933b42a606b741963fa5f66c85aa /Gopkg.toml | |
parent | 25fb88d7497b00bbe3dda540efde22ffd3de6e49 (diff) | |
download | git-bug-a2a50f3de0c428c5a61e6a449191be3c4ded86ac.tar.gz |
webui: add a primitive graphql handler
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |