Merge pull request #374 from restic/dependabot/go_modules/github.com/spf13/cobra-1.10.2

Bump github.com/spf13/cobra from 1.9.1 to 1.10.2
This commit is contained in:
Michael Eischer
2025-12-06 21:32:40 +01:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

4
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/minio/sha256-simd v1.0.1
github.com/miolini/datacounter v1.0.3
github.com/prometheus/client_golang v1.22.0
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.2
golang.org/x/crypto v0.38.0
)
@@ -22,7 +22,7 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.33.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)