summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-03-15 09:29:02 +0100
committerValery Piashchynski <[email protected]>2023-03-15 09:29:02 +0100
commite0b36b72eaf09ad5f55acef161f946cff4a8820e (patch)
tree6529b3838f7922a472065fe0c397d9b3c91de336 /go.mod
parent9e591b8141d70d8a290d131dce72b1d62bef2e51 (diff)
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod24
1 files changed, 12 insertions, 12 deletions
diff --git a/go.mod b/go.mod
index e22ef0a5..07eb056b 100644
--- a/go.mod
+++ b/go.mod
@@ -8,11 +8,11 @@ require (
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/amqp/v4 v4.4.0
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.3
- github.com/roadrunner-server/boltdb/v4 v4.3.0-beta.1
+ github.com/roadrunner-server/beanstalk/v4 v4.2.0
+ github.com/roadrunner-server/boltdb/v4 v4.3.0
github.com/roadrunner-server/centrifuge/v4 v4.0.3
github.com/roadrunner-server/config/v4 v4.1.2
github.com/roadrunner-server/endure/v2 v2.2.0
@@ -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.2
+ github.com/roadrunner-server/nats/v4 v4.2.0
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
@@ -44,9 +44,9 @@ require (
github.com/roadrunner-server/send/v4 v4.0.3
github.com/roadrunner-server/server/v4 v4.0.2
github.com/roadrunner-server/service/v4 v4.0.3
- github.com/roadrunner-server/sqs/v4 v4.2.0-beta.1
+ github.com/roadrunner-server/sqs/v4 v4.2.0
github.com/roadrunner-server/static/v4 v4.0.3
- github.com/roadrunner-server/status/v4 v4.1.1
+ github.com/roadrunner-server/status/v4 v4.1.2
github.com/roadrunner-server/tcp/v4 v4.0.2
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
@@ -54,16 +54,16 @@ require (
github.com/temporalio/roadrunner-temporal/v4 v4.2.0-alpha.1
go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.32
go.uber.org/automaxprocs v1.5.1
- golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0
+ golang.org/x/exp v0.0.0-20230314191032-db074128a8ec
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
- github.com/aws/aws-sdk-go v1.44.220 // indirect
+ github.com/aws/aws-sdk-go v1.44.221 // indirect
github.com/aws/aws-sdk-go-v2 v1.17.6 // indirect
- github.com/aws/aws-sdk-go-v2/config v1.18.16 // indirect
- github.com/aws/aws-sdk-go-v2/credentials v1.13.16 // indirect
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 // indirect
+ github.com/aws/aws-sdk-go-v2/config v1.18.17 // indirect
+ github.com/aws/aws-sdk-go-v2/credentials v1.13.17 // indirect
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 // indirect
@@ -194,7 +194,7 @@ require (
golang.org/x/tools v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
- google.golang.org/protobuf v1.29.0 // indirect
+ google.golang.org/protobuf v1.29.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect