summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-03-12 17:49:14 +0100
committerValery Piashchynski <[email protected]>2023-03-12 17:49:14 +0100
commitcb329bf3489709d8e9e94ed43bd23b459f89de0e (patch)
treeea3d3b297f44443489b74518403d9254134cd9a8 /go.mod
parentd7977512fc6df340ffcb8f3b5061dd2f37c1ddaa (diff)
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 184ac4b6..8dd454b3 100644
--- a/go.mod
+++ b/go.mod
@@ -5,13 +5,13 @@ go 1.20
require (
github.com/buger/goterm v1.0.4
github.com/dustin/go-humanize v1.0.1
- github.com/fatih/color v1.14.1
+ github.com/fatih/color v1.15.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v4 v4.4.0-beta.1
github.com/roadrunner-server/api/v4 v4.2.1
github.com/roadrunner-server/app-logger/v4 v4.0.2
- github.com/roadrunner-server/beanstalk/v4 v4.2.0-beta.2
+ github.com/roadrunner-server/beanstalk/v4 v4.2.0-beta.3
github.com/roadrunner-server/boltdb/v4 v4.3.0-beta.1
github.com/roadrunner-server/centrifuge/v4 v4.0.3
github.com/roadrunner-server/config/v4 v4.1.2
@@ -32,7 +32,7 @@ require (
github.com/roadrunner-server/memcached/v4 v4.1.3
github.com/roadrunner-server/memory/v4 v4.2.0-beta.2
github.com/roadrunner-server/metrics/v4 v4.0.2
- github.com/roadrunner-server/nats/v4 v4.2.0-beta.1
+ github.com/roadrunner-server/nats/v4 v4.2.0-beta.2
github.com/roadrunner-server/otel/v4 v4.1.2
github.com/roadrunner-server/prometheus/v4 v4.0.3
github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.3