feat(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#79)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-18 11:42:13 -04:00
committed by GitHub
parent 0e3b0b684e
commit 8d08c65aed
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/muesli/mango-cobra v1.2.0
github.com/muesli/roff v0.1.0
github.com/resendlabs/resend-go v1.7.0
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/xhit/go-simple-mail/v2 v2.16.0
github.com/yuin/goldmark v1.7.1
)