diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-01 14:46:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 14:46:43 +0200 |
commit | f27a335781359928d8f3cc01ca33fe97a7be75f8 (patch) | |
tree | 27577b385a5b222c3d935c1d162475e8f1ca6a83 /go.mod | |
parent | 2bda1585929bcd28dba34290401b181a9fac77a4 (diff) | |
download | git-bug-f27a335781359928d8f3cc01ca33fe97a7be75f8.tar.gz |
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#695)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -15,8 +15,8 @@ require ( github.com/fatih/color v1.12.0 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.4.2 - github.com/golang/protobuf v1.4.3 // indirect github.com/gorilla/mux v1.8.0 + github.com/gorilla/websocket v1.4.2 // indirect github.com/hashicorp/golang-lru v0.5.4 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 github.com/mattn/go-isatty v0.0.13 @@ -25,15 +25,14 @@ 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.3 + github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.50.1 golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b - golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 - golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 - golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 + golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c + golang.org/x/sys v0.0.0-20210510120138-977fb7262007 golang.org/x/text v0.3.6 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect - google.golang.org/appengine v1.6.7 // indirect ) |