diff --git a/go.mod b/go.mod index 2d7eb01..7e41fcb 100644 --- a/go.mod +++ b/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 )