aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 375a31ff..a7771c28 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -158,6 +158,14 @@
[[projects]]
branch = "master"
+ digest = "1:645110e089152bd0f4a011a2648fbb0e4df5977be73ca605781157ac297f50c4"
+ name = "github.com/mitchellh/mapstructure"
+ packages = ["."]
+ pruneopts = "UT"
+ revision = "fa473d140ef3c6adf42d6b391fe76707f1f243c8"
+
+[[projects]]
+ branch = "master"
digest = "1:c9b6e36dbd23f8403a04493376916ca5dad8c01b2da5ae0a05e6a468eb0b6f24"
name = "github.com/nsf/termbox-go"
packages = ["."]
@@ -263,6 +271,14 @@
version = "v1.0.1"
[[projects]]
+ digest = "1:895fa0f564003de2498fbaf00be596fa814655ab445ce7cc215f7724bb6831ae"
+ name = "github.com/vektah/gqlgen"
+ packages = ["client"]
+ pruneopts = "UT"
+ revision = "636435b68700211441303f1a5ed92f3768ba5774"
+ version = "v0.5.1"
+
+[[projects]]
branch = "master"
digest = "1:8150271279cc160a41e9aabfee8118c20a0e88894a25b2577f93e7c868e5259c"
name = "github.com/vektah/gqlparser"
@@ -380,6 +396,7 @@
"github.com/skratchdot/open-golang/open",
"github.com/spf13/cobra",
"github.com/spf13/cobra/doc",
+ "github.com/vektah/gqlgen/client",
"github.com/vektah/gqlparser",
"github.com/vektah/gqlparser/ast",
"golang.org/x/crypto/ssh/terminal",