diff options
author | Valery Piashchynski <[email protected]> | 2023-01-21 17:29:24 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-21 17:29:45 +0100 |
commit | 3414af7ded170e615b31c7155679b5f32f3d7e8b (patch) | |
tree | 12e042e4241c99c72b6a7dc070d6f66f8b740c02 /go.mod | |
parent | f1718f824e2131f4f03a160497b3d4f50a3bd758 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,7 +15,7 @@ require ( github.com/roadrunner-server/boltdb/v4 v4.0.0 github.com/roadrunner-server/centrifuge/v4 v4.0.0 github.com/roadrunner-server/config/v4 v4.0.0 - github.com/roadrunner-server/endure/v2 v2.0.0-rc.2 + github.com/roadrunner-server/endure/v2 v2.0.0 github.com/roadrunner-server/errors v1.2.0 github.com/roadrunner-server/fileserver/v4 v4.0.0 github.com/roadrunner-server/goridge/v3 v3.6.2 @@ -52,7 +52,7 @@ require ( github.com/temporalio/roadrunner-temporal/v4 v4.0.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.27 go.uber.org/automaxprocs v1.5.1 - golang.org/x/exp v0.0.0-20230116083435-1de6713980de + golang.org/x/exp v0.0.0-20230118134722-a68e582fa157 ) require ( @@ -113,7 +113,7 @@ require ( github.com/minio/highwayhash v1.0.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/nats-io/jwt/v2 v2.3.0 // indirect - github.com/nats-io/nats.go v1.22.1 // indirect + github.com/nats-io/nats.go v1.23.0 // indirect github.com/nats-io/nkeys v0.3.0 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/onsi/gomega v1.24.1 // indirect @@ -126,7 +126,7 @@ require ( github.com/prometheus/client_model v0.3.0 // indirect github.com/prometheus/common v0.39.0 // indirect github.com/prometheus/procfs v0.9.0 // indirect - github.com/rabbitmq/amqp091-go v1.5.0 // indirect + github.com/rabbitmq/amqp091-go v1.6.0 // indirect github.com/rivo/uniseg v0.4.3 // indirect github.com/roadrunner-server/tcplisten v1.2.1 // indirect github.com/robfig/cron v1.2.0 // indirect @@ -180,7 +180,7 @@ require ( golang.org/x/text v0.6.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.5.0 // indirect - google.golang.org/genproto v0.0.0-20230117162540-28d6b9783ac4 // indirect + google.golang.org/genproto v0.0.0-20230119192704-9d59e20e5cd1 // indirect google.golang.org/grpc v1.52.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |