Skip to content

Commit 9d557ed

Browse files
authored
chore(dep): Use tag version for cobra (#1458)
This commit is to use tag version for cobra (e.g. 1.1.1). The main benefit is that this can be managed and upgraded by dependabot later. This is follow-up item from PR #1201. Signed-off-by: Tam Mach <[email protected]>
1 parent 254f0d4 commit 9d557ed

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/sirupsen/logrus v1.7.0
5050
github.com/sonatard/noctx v0.0.1
5151
github.com/sourcegraph/go-diff v0.6.1
52-
github.com/spf13/cobra v1.0.1-0.20200916152758-7f8e83d9366a
52+
github.com/spf13/cobra v1.1.1
5353
github.com/spf13/pflag v1.0.5
5454
github.com/spf13/viper v1.7.1
5555
github.com/ssgreg/nlreturn/v2 v2.1.0

go.sum

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)