aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-05 14:19:49 +0100
committerGitHub <noreply@github.com>2022-01-05 14:19:49 +0100
commit6c89148ee3acfd3365422e6092a0fae1c9b0d0f9 (patch)
tree32b1cdb25a45b1b6c99c570be5ba4703571e42d9 /go.mod
parent90637744aa84d4be37b8cb7b6c9661d378814760 (diff)
downloadgit-bug-6c89148ee3acfd3365422e6092a0fae1c9b0d0f9.tar.gz
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#731)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0. - [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.2.1...v1.3.0) --- 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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 5c1ade21..27e328fd 100644
--- a/go.mod
+++ b/go.mod
@@ -25,14 +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.2.1
+ github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.54.1
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
- golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
)