diff options
author | Valery Piashchynski <[email protected]> | 2022-09-12 21:33:31 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-09-12 21:33:31 +0200 |
commit | 3676a620f62681b40c50f18dd9d23c4bf667fb77 (patch) | |
tree | 2045d7627ea36d64bc06e486c5149f2be3dbf332 /go.mod | |
parent | bc61e69042620871b29add33eb2ff27abc3bc6a4 (diff) |
go.mod: update deps
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 90 |
1 files changed, 45 insertions, 45 deletions
@@ -4,53 +4,53 @@ go 1.19 require ( github.com/buger/goterm v1.0.4 - github.com/darkweak/souin/plugins/roadrunner v0.0.0-20220802191641-cb8865f626c1 + github.com/darkweak/souin/plugins/roadrunner v0.0.0-20220910125555-2391f8372da6 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v2 v2.17.18 - github.com/roadrunner-server/api/v2 v2.23.0-rc.2 - github.com/roadrunner-server/beanstalk/v2 v2.16.15 - github.com/roadrunner-server/boltdb/v2 v2.16.16 - github.com/roadrunner-server/broadcast/v2 v2.13.6 - github.com/roadrunner-server/config/v2 v2.15.6 + github.com/roadrunner-server/amqp/v2 v2.18.0 + github.com/roadrunner-server/api/v2 v2.23.0 + github.com/roadrunner-server/beanstalk/v2 v2.17.0 + github.com/roadrunner-server/boltdb/v2 v2.17.0 + github.com/roadrunner-server/broadcast/v2 v2.14.0 + github.com/roadrunner-server/config/v2 v2.16.0 github.com/roadrunner-server/endure v1.4.5 github.com/roadrunner-server/errors v1.2.0 - github.com/roadrunner-server/fileserver/v2 v2.13.17 + github.com/roadrunner-server/fileserver/v2 v2.14.0 github.com/roadrunner-server/goridge/v3 v3.5.3 - github.com/roadrunner-server/grpc/v2 v2.21.6 - github.com/roadrunner-server/gzip/v2 v2.12.13 - github.com/roadrunner-server/headers/v2 v2.12.14 - github.com/roadrunner-server/http/v2 v2.22.4 - github.com/roadrunner-server/informer/v2 v2.12.6 - github.com/roadrunner-server/jobs/v2 v2.17.7 - github.com/roadrunner-server/kafka/v2 v2.1.8 - github.com/roadrunner-server/kv/v2 v2.13.6 - github.com/roadrunner-server/logger/v2 v2.14.7 - github.com/roadrunner-server/memcached/v2 v2.12.14 - github.com/roadrunner-server/memory/v2 v2.16.6 - github.com/roadrunner-server/metrics/v2 v2.13.18 - github.com/roadrunner-server/nats/v2 v2.16.14 - github.com/roadrunner-server/otel/v2 v2.4.6 - github.com/roadrunner-server/prometheus/v2 v2.13.17 - github.com/roadrunner-server/proxy_ip_parser/v2 v2.4.8 - github.com/roadrunner-server/redis/v2 v2.15.15 - github.com/roadrunner-server/reload/v2 v2.13.6 - github.com/roadrunner-server/resetter/v2 v2.12.6 - github.com/roadrunner-server/rpc/v2 v2.14.7 - github.com/roadrunner-server/send/v2 v2.12.14 - github.com/roadrunner-server/server/v2 v2.15.6 - github.com/roadrunner-server/service/v2 v2.16.5 - github.com/roadrunner-server/sqs/v2 v2.19.3 - github.com/roadrunner-server/static/v2 v2.13.15 - github.com/roadrunner-server/status/v2 v2.14.7 - github.com/roadrunner-server/tcp/v2 v2.14.6 - github.com/roadrunner-server/websockets/v2 v2.15.6 + github.com/roadrunner-server/grpc/v2 v2.22.0 + github.com/roadrunner-server/gzip/v2 v2.13.0 + github.com/roadrunner-server/headers/v2 v2.13.0 + github.com/roadrunner-server/http/v2 v2.23.0 + github.com/roadrunner-server/informer/v2 v2.13.0 + github.com/roadrunner-server/jobs/v2 v2.18.0 + github.com/roadrunner-server/kafka/v2 v2.2.0 + github.com/roadrunner-server/kv/v2 v2.14.0 + github.com/roadrunner-server/logger/v2 v2.15.0 + github.com/roadrunner-server/memcached/v2 v2.13.0 + github.com/roadrunner-server/memory/v2 v2.17.0 + github.com/roadrunner-server/metrics/v2 v2.14.0 + github.com/roadrunner-server/nats/v2 v2.17.0 + github.com/roadrunner-server/otel/v2 v2.5.0 + github.com/roadrunner-server/prometheus/v2 v2.14.0 + github.com/roadrunner-server/proxy_ip_parser/v2 v2.5.0 + github.com/roadrunner-server/redis/v2 v2.16.0 + github.com/roadrunner-server/reload/v2 v2.14.0 + github.com/roadrunner-server/resetter/v2 v2.13.0 + github.com/roadrunner-server/rpc/v2 v2.15.0 + github.com/roadrunner-server/send/v2 v2.13.0 + github.com/roadrunner-server/server/v2 v2.16.0 + github.com/roadrunner-server/service/v2 v2.17.0 + github.com/roadrunner-server/sqs/v2 v2.20.0 + github.com/roadrunner-server/static/v2 v2.14.0 + github.com/roadrunner-server/status/v2 v2.15.0 + github.com/roadrunner-server/tcp/v2 v2.15.0 + github.com/roadrunner-server/websockets/v2 v2.16.0 github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.13.0 github.com/stretchr/testify v1.8.0 - github.com/temporalio/roadrunner-temporal v1.6.0-rc.4 + github.com/temporalio/roadrunner-temporal v1.6.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.12 ) @@ -159,7 +159,7 @@ require ( github.com/pborman/uuid v1.2.1 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.5 // indirect - github.com/pierrec/lz4/v4 v4.1.15 // indirect + github.com/pierrec/lz4/v4 v4.1.16 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pquerna/cachecontrol v0.1.0 // indirect @@ -169,8 +169,8 @@ require ( github.com/prometheus/procfs v0.8.0 // indirect github.com/rabbitmq/amqp091-go v1.5.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect - github.com/rivo/uniseg v0.3.4 // indirect - github.com/roadrunner-server/sdk/v2 v2.19.0-rc.4 // indirect + github.com/rivo/uniseg v0.4.2 // indirect + github.com/roadrunner-server/sdk/v2 v2.19.0 // indirect github.com/roadrunner-server/tcplisten v1.2.0 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect @@ -214,8 +214,8 @@ require ( go.opentelemetry.io/otel/sdk v1.9.0 // indirect go.opentelemetry.io/otel/trace v1.9.0 // indirect go.opentelemetry.io/proto/otlp v0.19.0 // indirect - go.temporal.io/api v1.11.0 // indirect - go.temporal.io/sdk v1.16.0 // indirect + go.temporal.io/api v1.11.1-0.20220907050538-6de5285cf463 // indirect + go.temporal.io/sdk v1.17.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect go.temporal.io/server v1.17.5 // indirect go.uber.org/atomic v1.10.0 // indirect @@ -223,14 +223,14 @@ require ( go.uber.org/zap v1.23.0 // indirect golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 //indirect - golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect + golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect - golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect + golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // 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/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0 // indirect + google.golang.org/genproto v0.0.0-20220909194730-69f6226f97e5 // indirect google.golang.org/grpc v1.49.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |