diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-29 18:11:33 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-29 18:51:56 +0200 |
commit | 6363518c85cbd8247a5f6507b8a1dd3903cfb71d (patch) | |
tree | aa51652e9881196b3637247988cbd5155f42b5e2 /Gopkg.toml | |
parent | ff2fd14e3f10a7206d4ec86f07e524cfa290e0fc (diff) | |
download | git-bug-6363518c85cbd8247a5f6507b8a1dd3903cfb71d.tar.gz |
relay connection working with gqlgen
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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" |