diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-14 22:19:30 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-14 22:19:30 +0000 |
commit | 01a15bdb37de03c86fbef56443d3452bbbd0e922 (patch) | |
tree | 5e9f56bd996f91f8525a5503bfa6f9388542d594 /go.mod | |
parent | 20776ead159a6e47eef6c063ecaf16ed6464a7b3 (diff) |
chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
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] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require ( github.com/roadrunner-server/static/v4 v4.3.3 github.com/roadrunner-server/status/v4 v4.6.4 github.com/roadrunner-server/tcp/v4 v4.5.4 - github.com/spf13/cobra v1.8.0 + github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 github.com/temporalio/roadrunner-temporal/v4 v4.9.0 |