Skip to content

Commit 9d557ed

Browse files
authored
chore(dep): Use tag version for cobra (golangci#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 golangci#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

+1-1
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

+3-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)