aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-27 21:34:12 +0100
committerGitHub <noreply@github.com>2021-02-27 21:34:12 +0100
commit3957d4a027b034f9b9a78b160691992b9f4de291 (patch)
tree54a50a88df815a08adbfccfc3a5511ec2f9118ef /go.mod
parent3174eab88d990b77416c5e9d4d68363bb8cae51c (diff)
parent365073d022a7e780e54dcfc4cef33e1d23077c97 (diff)
downloadgit-bug-3957d4a027b034f9b9a78b160691992b9f4de291.tar.gz
Merge pull request #563 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.1.3
build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9cf0f87f..1f8ea230 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,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.1.1
+ github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.44.0