chore(deps): update module github.com/spf13/cobra to v1.8.0 - autoclosed #18

Closed
CSRBot wants to merge 1 commits from renovate/github.com-spf13-cobra-1.x into master

2
go.mod

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dcmerge
go 1.20
require (
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
)