Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 48f67db

Browse files
dependabot[bot]marvinpinto
authored andcommitted
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
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](spf13/cobra@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>
1 parent 61508fa commit 48f67db

File tree

2 files changed

+4
-78
lines changed

2 files changed

+4
-78
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ require (
77
github.com/mitchellh/mapstructure v1.4.1
88
github.com/sirupsen/logrus v1.8.1
99
github.com/spf13/afero v1.6.0
10-
github.com/spf13/cobra v1.1.3
10+
github.com/spf13/cobra v1.2.1
1111
github.com/spf13/viper v1.8.1
12+
github.com/stretchr/objx v0.1.1 // indirect
1213
github.com/stretchr/testify v1.7.0
1314
github.com/stripe/stripe-go/v72 v72.52.0
1415
github.com/vbauerster/mpb/v6 v6.0.4

0 commit comments

Comments
 (0)