Skip to content

Commit a760cb1

Browse files
build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#3298)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 8a1cf90 commit a760cb1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require (
8888
github.com/sivchari/tenv v1.7.0
8989
github.com/sonatard/noctx v0.0.1
9090
github.com/sourcegraph/go-diff v0.6.1
91-
github.com/spf13/cobra v1.5.0
91+
github.com/spf13/cobra v1.6.0
9292
github.com/spf13/pflag v1.0.5
9393
github.com/spf13/viper v1.12.0
9494
github.com/ssgreg/nlreturn/v2 v2.2.1
@@ -139,7 +139,7 @@ require (
139139
github.com/gostaticanalysis/comment v1.4.2 // indirect
140140
github.com/hashicorp/errwrap v1.0.0 // indirect
141141
github.com/hashicorp/hcl v1.0.0 // indirect
142-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
142+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
143143
github.com/kisielk/gotool v1.0.0 // indirect
144144
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
145145
github.com/magiconair/properties v1.8.6 // indirect
@@ -180,7 +180,7 @@ require (
180180
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
181181
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
182182
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
183-
golang.org/x/text v0.3.7 // indirect
183+
golang.org/x/text v0.3.8 // indirect
184184
google.golang.org/protobuf v1.28.0 // indirect
185185
gopkg.in/ini.v1 v1.67.0 // indirect
186186
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)