summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index d58de6cf..bfaedcde 100644
--- a/go.mod
+++ b/go.mod
@@ -9,16 +9,16 @@ require (
github.com/joho/godotenv v1.4.0
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v2 v2.17.9
- github.com/roadrunner-server/api/v2 v2.20.0
+ github.com/roadrunner-server/api/v2 v2.20.1
github.com/roadrunner-server/beanstalk/v2 v2.16.6
github.com/roadrunner-server/boltdb/v2 v2.16.8
github.com/roadrunner-server/broadcast/v2 v2.12.10
github.com/roadrunner-server/cache/v2 v2.15.9
github.com/roadrunner-server/config/v2 v2.14.9
- github.com/roadrunner-server/endure v1.3.1
- github.com/roadrunner-server/errors v1.1.2
+ github.com/roadrunner-server/endure v1.4.1
+ github.com/roadrunner-server/errors v1.2.0
github.com/roadrunner-server/fileserver/v2 v2.13.9
- github.com/roadrunner-server/goridge/v3 v3.4.5
+ github.com/roadrunner-server/goridge/v3 v3.5.0
github.com/roadrunner-server/grpc/v2 v2.19.2
github.com/roadrunner-server/gzip/v2 v2.12.6
github.com/roadrunner-server/headers/v2 v2.12.7
@@ -50,6 +50,7 @@ require (
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/temporalio/roadrunner-temporal v1.5.0
+ go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.11
)
require (
@@ -127,7 +128,7 @@ require (
github.com/rabbitmq/amqp091-go v1.4.0 // indirect
github.com/rivo/uniseg v0.3.1 // indirect
github.com/roadrunner-server/sdk/v2 v2.18.2 // indirect
- github.com/roadrunner-server/tcplisten v1.1.2 // indirect
+ github.com/roadrunner-server/tcplisten v1.2.0 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -147,7 +148,6 @@ require (
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
- go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.10 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.34.0 // indirect
go.opentelemetry.io/contrib/propagators/jaeger v1.9.0 // indirect
@@ -173,11 +173,11 @@ require (
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 //indirect
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
- golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
+ golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/tools v0.1.12 // indirect
- google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect
+ google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
google.golang.org/grpc v1.48.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect