Skip to content

Commit f1d0486

Browse files
build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#428)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47c3ddc commit f1d0486

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/prometheus/client_model v0.6.2
1010
github.com/quic-go/quic-go v0.55.0
1111
github.com/semihalev/zlog/v2 v2.0.5
12-
github.com/spf13/cobra v1.9.1
12+
github.com/spf13/cobra v1.10.1
1313
github.com/stretchr/testify v1.11.1
1414
github.com/yl2chen/cidranger v1.0.2
1515
golang.org/x/sync v0.16.0
@@ -47,7 +47,7 @@ require (
4747
github.com/prometheus/common v0.66.1 // indirect
4848
github.com/prometheus/procfs v0.16.1 // indirect
4949
github.com/quic-go/qpack v0.5.1 // indirect
50-
github.com/spf13/pflag v1.0.6 // indirect
50+
github.com/spf13/pflag v1.0.9 // indirect
5151
github.com/x448/float16 v0.8.4 // indirect
5252
go.yaml.in/yaml/v2 v2.4.2 // indirect
5353
go.yaml.in/yaml/v3 v3.0.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
9494
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
9595
github.com/semihalev/zlog/v2 v2.0.5 h1:eSpKQtOO9Qzxk1j0YvqNthEAysiuC06p7vZlCdLs3r8=
9696
github.com/semihalev/zlog/v2 v2.0.5/go.mod h1:SMJJ52/337XP/dW2FDJMgQc7uW2We4amcRDTQTt7CYM=
97-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
98-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
99-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
100-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
97+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
98+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
99+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
100+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
101101
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
102102
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
103103
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)