diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 22:07:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-12 22:07:07 +0000 |
commit | 7bbd25147243132a3c7970c14605d23d959465ba (patch) | |
tree | 80579dbdf377bd3509124b0f2af63b2f77abe3bb /go.mod | |
parent | 7627cb3ba0fd42592ed36bdf4de5c5af1ffa9f18 (diff) |
Bump github.com/spiral/goridge/v3 from 3.2.6 to 3.2.7
Bumps [github.com/spiral/goridge/v3](https://github.com/spiral/goridge) from 3.2.6 to 3.2.7.
- [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.6...v3.2.7)
---
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.11+incompatible // spiral github.com/spiral/errors v1.0.12 - github.com/spiral/goridge/v3 v3.2.6 + github.com/spiral/goridge/v3 v3.2.7 // spiral github.com/stretchr/testify v1.7.0 go.uber.org/multierr v1.7.0 |