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 | |
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]>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 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 @@ -30,8 +30,8 @@ github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKl github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/spiral/errors v1.0.12 h1:38Waf8ZL/Xvxg4HTYGmrUbvi7TCHivmuatNQZlBhQ8s= github.com/spiral/errors v1.0.12/go.mod h1:j5UReqxZxfkwXkI9mFY87VhEXcXmSg7kAk5Sswy1eEA= -github.com/spiral/goridge/v3 v3.2.6 h1:RUO02r/TX0KWAvIiqc3/i5i6v34onf0BadL5TNQpTWY= -github.com/spiral/goridge/v3 v3.2.6/go.mod h1:a6qAtZy+FBaPj/76GweHj6SkgIr+oRVgW5p4e5vLZF4= +github.com/spiral/goridge/v3 v3.2.7 h1:tiV1d025QwEAIr8WRo7kUQW9PhWGa405QpC3HrEjCPY= +github.com/spiral/goridge/v3 v3.2.7/go.mod h1:a6qAtZy+FBaPj/76GweHj6SkgIr+oRVgW5p4e5vLZF4= github.com/spiral/tcplisten v1.0.0 h1:dII3R20Xslll6Uk60ac1JCn9zQwfwbt88CLrs3OryZg= github.com/spiral/tcplisten v1.0.0/go.mod h1:+anIsZh2ZYw2EogG2pO1yEZKcGN7lEf41hUQilctYJo= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= |