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 | |
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]>
-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.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 @@ -76,8 +76,8 @@ github.com/shirou/gopsutil v3.21.9+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= 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.2-beta.1 h1:UoCrUTLXz3dshg94qkWamUz6DOEQaJOVt0aOu9QFxPc= -github.com/spiral/goridge/v3 v3.2.2-beta.1/go.mod h1:DA4Ekw9qVcTvVouUNJgxESXURBHZ2SfkliCEIpEl9lA= +github.com/spiral/goridge/v3 v3.2.2 h1:plrzrISm3Q3Z74p+tsi90XwU9n4859LWDXK0PtGNoFE= +github.com/spiral/goridge/v3 v3.2.2/go.mod h1:DA4Ekw9qVcTvVouUNJgxESXURBHZ2SfkliCEIpEl9lA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= |