summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-28 21:12:21 +0200
committerValery Piashchynski <[email protected]>2022-10-28 21:12:21 +0200
commit8461d5b1a163905574d4b71b7af0c1798d8e73bf (patch)
treee03d49a3fced48e2af5d375370f77a46889b3bc1 /go.mod
parent97bb23a41061bed9651c4f13de08ea8225b8408b (diff)
fix: remove `grpc_reflection_server` from the config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e3207403..62de7352 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/roadrunner-server/amqp/v3 v3.0.0-beta.2
github.com/roadrunner-server/beanstalk/v3 v3.0.0-beta.2
github.com/roadrunner-server/boltdb/v3 v3.0.0-beta.1
- github.com/roadrunner-server/centrifuge/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/centrifuge/v3 v3.0.0-beta.2
github.com/roadrunner-server/config/v3 v3.0.0-beta.1
github.com/roadrunner-server/endure v1.4.5
github.com/roadrunner-server/errors v1.2.0