diff options
author | Michael Muré <batolettre@gmail.com> | 2022-08-21 12:19:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 12:19:07 +0200 |
commit | 81fd7a5d8b6443e65c861f00a7387c0a3c926c66 (patch) | |
tree | a5a6eeab60f805b3291e9f4013b89ec42858ab28 /go.mod | |
parent | ec4d34c57c2d7bf40fc50b32e13e6e608f31735c (diff) | |
parent | 94d0d21542b0b0b1aa12a688796556f27e881c38 (diff) | |
download | git-bug-81fd7a5d8b6443e65c861f00a7387c0a3c926c66.tar.gz |
Merge pull request #818 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.5.0
build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e - github.com/spf13/cobra v1.4.0 + github.com/spf13/cobra v1.5.0 github.com/stretchr/testify v1.8.0 github.com/vektah/gqlparser/v2 v2.4.6 github.com/xanzy/go-gitlab v0.72.0 @@ -51,7 +51,7 @@ require ( github.com/blevesearch/zap/v15 v15.0.3 // indirect github.com/corpix/uarand v0.1.1 // indirect github.com/couchbase/vellum v1.0.2 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/danieljoos/wincred v1.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dvsekhvalnov/jose2go v1.5.0 // indirect |