aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-05 23:42:49 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-05 23:42:49 +0100
commit7e48e0a9bebed113246e7883164c5d87eb936afb (patch)
tree15b343cc65083e3b6005b4659b83a0aefb817979 /go.mod
parent1d4bb7ceb0cef79d68df0bacc913b01e40e6ddd6 (diff)
downloadgit-bug-7e48e0a9bebed113246e7883164c5d87eb936afb.tar.gz
upgrade to gqlgen master, waiting for a release
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 78f9d9aa..46273861 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/MichaelMure/git-bug
go 1.10
require (
- github.com/99designs/gqlgen v0.9.2
+ github.com/99designs/gqlgen v0.10.3-0.20200205113530-b941b970f0b6
github.com/MichaelMure/go-term-text v0.2.4
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
@@ -26,9 +26,9 @@ require (
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
github.com/theckman/goconstraint v1.11.0
- github.com/vektah/gqlparser v1.1.2
+ github.com/vektah/gqlparser v1.2.1
github.com/xanzy/go-gitlab v0.22.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/text v0.3.0