diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-31 22:32:14 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-31 22:32:14 +0000 |
commit | 0e5e319fd4c1fdbdda7beb758e05dee2308ad88d (patch) | |
tree | ac959d6102c3303c632171b1fab6a31331d13e27 /go.mod | |
parent | 4b6a5c611ca8559510901043600627b5d1ea037a (diff) |
Bump github.com/roadrunner-server/logger/v2
Bumps [github.com/roadrunner-server/logger/v2](https://github.com/roadrunner-server/logger) from 2.8.0-rc.1 to 2.8.0-rc.2.
- [Release notes](https://github.com/roadrunner-server/logger/releases)
- [Commits](https://github.com/roadrunner-server/logger/compare/v2.8.0-rc.1...v2.8.0-rc.2)
---
updated-dependencies:
- dependency-name: github.com/roadrunner-server/logger/v2
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 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -26,7 +26,7 @@ require ( github.com/roadrunner-server/informer/v2 v2.8.0-rc.1 github.com/roadrunner-server/jobs/v2 v2.8.0-rc.2 github.com/roadrunner-server/kv/v2 v2.8.0-rc.1 - github.com/roadrunner-server/logger/v2 v2.8.0-rc.1 + github.com/roadrunner-server/logger/v2 v2.8.0-rc.2 github.com/roadrunner-server/memcached/v2 v2.8.0-rc.1 github.com/roadrunner-server/memory/v2 v2.8.0-rc.1 github.com/roadrunner-server/metrics/v2 v2.8.0-rc.1 @@ -95,7 +95,6 @@ require ( github.com/hashicorp/go-version v1.4.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/compress v1.14.2 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect github.com/libdns/libdns v0.2.1 // indirect @@ -107,8 +106,6 @@ require ( github.com/miekg/dns v1.1.45 // indirect github.com/minio/highwayhash v1.0.1 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc // indirect github.com/nats-io/nkeys v0.3.0 // indirect |