Skip to content

Commit

Permalink
[#1749]: release: v2023.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Oct 12, 2023
2 parents 231941d + fa14d19 commit 99cbb89
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 106 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

# <center> 🚀 v2023.3.1 🚀 </center>

### <center>🧹 Chore:</center>

- 🧑‍🏭 **Dependencies**: update project dependencies (including CVE in Go libraries).
- 🧑‍🏭 **Go**: Update Golang to version 1.21.3.

---


# <center> 🚀 v2023.3.0 🚀 </center>

## 🔥 Features:
Expand Down
70 changes: 35 additions & 35 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,49 @@ 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.9.1
github.com/roadrunner-server/amqp/v4 v4.9.2
github.com/roadrunner-server/api/v4 v4.9.0
github.com/roadrunner-server/app-logger/v4 v4.2.1
github.com/roadrunner-server/beanstalk/v4 v4.5.6
github.com/roadrunner-server/boltdb/v4 v4.7.3
github.com/roadrunner-server/centrifuge/v4 v4.5.0
github.com/roadrunner-server/config/v4 v4.4.6
github.com/roadrunner-server/app-logger/v4 v4.2.2
github.com/roadrunner-server/beanstalk/v4 v4.5.7
github.com/roadrunner-server/boltdb/v4 v4.7.4
github.com/roadrunner-server/centrifuge/v4 v4.5.1
github.com/roadrunner-server/config/v4 v4.4.7
github.com/roadrunner-server/endure/v2 v2.4.3
github.com/roadrunner-server/errors v1.3.0
github.com/roadrunner-server/fileserver/v4 v4.1.5
github.com/roadrunner-server/fileserver/v4 v4.1.6
github.com/roadrunner-server/goridge/v3 v3.8.1
github.com/roadrunner-server/grpc/v4 v4.5.3
github.com/roadrunner-server/gzip/v4 v4.1.5
github.com/roadrunner-server/headers/v4 v4.2.6
github.com/roadrunner-server/http/v4 v4.4.2
github.com/roadrunner-server/informer/v4 v4.3.2
github.com/roadrunner-server/jobs/v4 v4.7.3
github.com/roadrunner-server/kafka/v4 v4.4.6
github.com/roadrunner-server/kv/v4 v4.4.4
github.com/roadrunner-server/lock/v4 v4.5.2
github.com/roadrunner-server/logger/v4 v4.2.4
github.com/roadrunner-server/memcached/v4 v4.3.3
github.com/roadrunner-server/memory/v4 v4.6.4
github.com/roadrunner-server/metrics/v4 v4.1.6
github.com/roadrunner-server/nats/v4 v4.5.5
github.com/roadrunner-server/otel/v4 v4.3.2
github.com/roadrunner-server/prometheus/v4 v4.1.5
github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.5
github.com/roadrunner-server/redis/v4 v4.2.5
github.com/roadrunner-server/resetter/v4 v4.0.11
github.com/roadrunner-server/rpc/v4 v4.2.5
github.com/roadrunner-server/grpc/v4 v4.5.4
github.com/roadrunner-server/gzip/v4 v4.1.6
github.com/roadrunner-server/headers/v4 v4.2.7
github.com/roadrunner-server/http/v4 v4.4.3
github.com/roadrunner-server/informer/v4 v4.3.3
github.com/roadrunner-server/jobs/v4 v4.7.4
github.com/roadrunner-server/kafka/v4 v4.4.7
github.com/roadrunner-server/kv/v4 v4.4.5
github.com/roadrunner-server/lock/v4 v4.5.3
github.com/roadrunner-server/logger/v4 v4.2.5
github.com/roadrunner-server/memcached/v4 v4.3.4
github.com/roadrunner-server/memory/v4 v4.6.5
github.com/roadrunner-server/metrics/v4 v4.1.7
github.com/roadrunner-server/nats/v4 v4.5.6
github.com/roadrunner-server/otel/v4 v4.3.3
github.com/roadrunner-server/prometheus/v4 v4.1.6
github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.6
github.com/roadrunner-server/redis/v4 v4.2.6
github.com/roadrunner-server/resetter/v4 v4.0.12
github.com/roadrunner-server/rpc/v4 v4.2.6
github.com/roadrunner-server/sdk/v4 v4.5.2
github.com/roadrunner-server/send/v4 v4.2.6
github.com/roadrunner-server/server/v4 v4.4.2
github.com/roadrunner-server/service/v4 v4.4.4
github.com/roadrunner-server/sqs/v4 v4.5.4
github.com/roadrunner-server/static/v4 v4.1.6
github.com/roadrunner-server/status/v4 v4.4.3
github.com/roadrunner-server/tcp/v4 v4.3.2
github.com/roadrunner-server/send/v4 v4.2.7
github.com/roadrunner-server/server/v4 v4.4.3
github.com/roadrunner-server/service/v4 v4.4.5
github.com/roadrunner-server/sqs/v4 v4.5.5
github.com/roadrunner-server/static/v4 v4.1.7
github.com/roadrunner-server/status/v4 v4.4.4
github.com/roadrunner-server/tcp/v4 v4.3.3
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.17.0
github.com/stretchr/testify v1.8.4
github.com/temporalio/roadrunner-temporal/v4 v4.5.1
github.com/temporalio/roadrunner-temporal/v4 v4.5.2
go.uber.org/automaxprocs v1.5.3
)

Expand Down
Loading

0 comments on commit 99cbb89

Please sign in to comment.