diff options
author | Michael Muré <batolettre@gmail.com> | 2022-03-10 18:38:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 18:38:54 +0100 |
commit | 1d12021ca084dddd4a4821008c30063075e5b2ae (patch) | |
tree | ac1171a3a8ce627399776355991d7270f9fa08ff /go.mod | |
parent | 09ce0e1297e0b882b77438c31f432270e9673a90 (diff) | |
parent | 61c3f04843c64b6c9e710a3789bc34faa5c1fc21 (diff) | |
download | git-bug-1d12021ca084dddd4a4821008c30063075e5b2ae.tar.gz |
Merge pull request #764 from MichaelMure/update-cobra
update cobra to v1.4.0
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/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e - github.com/spf13/cobra v1.3.0 + github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser/v2 v2.4.1 github.com/xanzy/go-gitlab v0.59.0 |