diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-08 17:22:45 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-08 17:35:09 +0100 |
commit | 20ca2bc0984f089a45286002a429d51746b0febb (patch) | |
tree | 61bd87f249ca638cb691d9d17d3eceb6493ae69b /go.mod | |
parent | 646fd681ffba59d4a74ec3d99558d2ed70b0106b (diff) | |
download | git-bug-20ca2bc0984f089a45286002a429d51746b0febb.tar.gz |
fix merge
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ 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.2.1 + github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.24.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 |