diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-14 22:08:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-14 22:08:36 +0000 |
commit | 5f58bcb3b573d8f826cdec8dc0934d86e4aab501 (patch) | |
tree | 27e56703ee6deae250eb17545de897b913ec7fc2 /go.mod | |
parent | 0ffbcea1aea3cc63af3168c278c193792f01f656 (diff) |
Bump github.com/spiral/goridge/v3 from 3.2.2-beta.1 to 3.2.2
Bumps [github.com/spiral/goridge/v3](https://github.com/spiral/goridge) from 3.2.2-beta.1 to 3.2.2.
- [Release notes](https://github.com/spiral/goridge/releases)
- [Changelog](https://github.com/spiral/goridge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spiral/goridge/compare/v3.2.2-beta.1...v3.2.2)
---
updated-dependencies:
- dependency-name: github.com/spiral/goridge/v3
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
@@ -8,7 +8,7 @@ require ( github.com/shirou/gopsutil v3.21.9+incompatible // spiral github.com/spiral/errors v1.0.12 - github.com/spiral/goridge/v3 v3.2.2-beta.1 + github.com/spiral/goridge/v3 v3.2.2 // spiral github.com/stretchr/testify v1.7.0 github.com/valyala/tcplisten v1.0.0 |