Merge pull request #261 from restic/dependabot/go_modules/github.com/spf13/cobra-1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
This commit is contained in:
Michael Eischer
2023-11-11 21:45:21 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

2
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.17.0
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.14.0
)