summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-13 07:19:11 +0000
committerGitHub <noreply@github.com>2021-02-13 07:19:11 +0000
commitd276152bc277608b30ff14b03d74ac2b99288e5f (patch)
treee52228dd68b76fa2549f73f02544eb5f78208b8c /go.mod
parentb95570c8289c459a5ba430e4e28efc809ab0b945 (diff)
chore(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [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.1...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 986e4b17..3c1b005e 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/spf13/afero v1.5.1
- github.com/spf13/cobra v1.1.1
+ github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.4
github.com/zealic/xignore v0.3.3