diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-15 21:11:50 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-15 21:11:50 +0100 |
commit | bf409f5d6995ac200b1972318dc2b5c6de82bde2 (patch) | |
tree | 6089957d29035457285906217aa35c6135a1dbd3 /go.mod | |
parent | 35f6634aec38ffff0647d33a0c049d56de8931c4 (diff) |
build(deps): bump github.com/roadrunner-server/sdk/v4 (#1464)
Bumps [github.com/roadrunner-server/sdk/v4](https://github.com/roadrunner-server/sdk) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/roadrunner-server/sdk/releases)
- [Changelog](https://github.com/roadrunner-server/sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/roadrunner-server/sdk/compare/v4.0.0...v4.1.0)
---
updated-dependencies:
- dependency-name: github.com/roadrunner-server/sdk/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ require ( github.com/roadrunner-server/reload/v4 v4.0.1 github.com/roadrunner-server/resetter/v4 v4.0.1 github.com/roadrunner-server/rpc/v4 v4.1.0 - github.com/roadrunner-server/sdk/v4 v4.0.0 + github.com/roadrunner-server/sdk/v4 v4.1.0 github.com/roadrunner-server/send/v4 v4.0.2 github.com/roadrunner-server/server/v4 v4.0.1 github.com/roadrunner-server/service/v4 v4.0.2 |