summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-14 09:21:18 +0200
committerGitHub <[email protected]>2022-10-14 09:21:18 +0200
commit247597af7eaaf68d28783d92e227c2932088a2e8 (patch)
tree2a9bb8a510b881d0ee87040051c95d55765fcabe /go.mod
parent0a483f671252dea760e1a6d7fc90b5cd363d11af (diff)
parentb067e8b126b8b446b6c9c414f553d3a6b31509c1 (diff)
[#1315]: feat: plugins SDK/API update
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod137
1 files changed, 69 insertions, 68 deletions
diff --git a/go.mod b/go.mod
index 4b80f206..ee9153f4 100644
--- a/go.mod
+++ b/go.mod
@@ -9,48 +9,48 @@ require (
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.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.3
- github.com/roadrunner-server/broadcast/v2 v2.14.0
- github.com/roadrunner-server/config/v2 v2.16.5
+ github.com/roadrunner-server/amqp/v3 v3.0.0-beta.2
+ github.com/roadrunner-server/beanstalk/v3 v3.0.0-beta.2
+ github.com/roadrunner-server/boltdb/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/broadcast/v3 v3.0.0-beta.2
+ github.com/roadrunner-server/config/v3 v3.0.0-beta.1
github.com/roadrunner-server/endure v1.4.5
github.com/roadrunner-server/errors v1.2.0
- github.com/roadrunner-server/fileserver/v2 v2.14.3
- github.com/roadrunner-server/goridge/v3 v3.5.3
- github.com/roadrunner-server/grpc/v2 v2.23.3
- github.com/roadrunner-server/gzip/v2 v2.13.4
- github.com/roadrunner-server/headers/v2 v2.13.4
- github.com/roadrunner-server/http/v2 v2.23.5
- github.com/roadrunner-server/informer/v2 v2.13.0
- github.com/roadrunner-server/jobs/v2 v2.18.4
- github.com/roadrunner-server/kafka/v2 v2.2.3
- github.com/roadrunner-server/kv/v2 v2.14.0
- github.com/roadrunner-server/logger/v2 v2.15.3
- 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.3
- github.com/roadrunner-server/nats/v2 v2.17.3
- github.com/roadrunner-server/otel/v2 v2.5.6
- github.com/roadrunner-server/prometheus/v2 v2.14.4
- github.com/roadrunner-server/proxy_ip_parser/v2 v2.5.1
- 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.4
- github.com/roadrunner-server/server/v2 v2.16.4
- github.com/roadrunner-server/service/v2 v2.17.3
- github.com/roadrunner-server/sqs/v2 v2.20.4
- github.com/roadrunner-server/static/v2 v2.14.4
- github.com/roadrunner-server/status/v2 v2.15.3
- github.com/roadrunner-server/tcp/v2 v2.15.4
- github.com/roadrunner-server/websockets/v2 v2.16.5
- github.com/spf13/cobra v1.5.0
+ github.com/roadrunner-server/fileserver/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/goridge/v3 v3.6.1
+ github.com/roadrunner-server/grpc/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/gzip/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/headers/v3 v3.0.0-beta.3
+ github.com/roadrunner-server/http/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/informer/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/jobs/v3 v3.0.0-beta.2
+ github.com/roadrunner-server/kafka/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/kv/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/logger/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/memcached/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/memory/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/metrics/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/nats/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/otel/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/prometheus/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/proxy_ip_parser/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/redis/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/reload/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/resetter/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/rpc/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/sdk/v3 v3.0.0-beta.4
+ github.com/roadrunner-server/send/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/server/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/service/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/sqs/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/static/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/status/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/tcp/v3 v3.0.0-beta.1
+ github.com/roadrunner-server/websockets/v3 v3.0.0-beta.2
+ github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
- github.com/temporalio/roadrunner-temporal v1.7.0
+ github.com/temporalio/roadrunner-temporal/v2 v2.0.0-beta.2
go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.12
)
@@ -76,7 +76,7 @@ require (
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
github.com/buraksezer/connpool v0.6.0 // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
- github.com/buraksezer/olric v0.4.7 // indirect
+ github.com/buraksezer/olric v0.4.8 // indirect
github.com/bwmarrin/snowflake v0.3.0 // indirect
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c // indirect
github.com/caddyserver/certmagic v0.17.2 // indirect
@@ -89,7 +89,7 @@ require (
github.com/darkweak/souin v1.6.21 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/badger/v3 v3.2103.2 // indirect
- github.com/dgraph-io/ristretto v0.1.0 // indirect
+ github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/eapache/go-resiliency v1.3.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
@@ -97,7 +97,7 @@ require (
github.com/emicklei/proto v1.11.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
- github.com/fsnotify/fsnotify v1.5.4 // indirect
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-chi/stampede v0.5.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
@@ -142,7 +142,7 @@ require (
github.com/jcmturner/gokrb5/v8 v8.4.3 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/klauspost/compress v1.15.11 // indirect
- github.com/klauspost/cpuid/v2 v2.1.1 // indirect
+ github.com/klauspost/cpuid/v2 v2.1.2 // indirect
github.com/libdns/libdns v0.2.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -153,11 +153,12 @@ require (
github.com/miekg/dns v1.1.50 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
- github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect
- github.com/nats-io/nats.go v1.17.0 // indirect
+ github.com/nats-io/jwt/v2 v2.3.0 // indirect
+ github.com/nats-io/nats.go v1.18.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
- github.com/openzipkin/zipkin-go v0.4.0 // indirect
+ github.com/onsi/gomega v1.20.2 // indirect
+ github.com/openzipkin/zipkin-go v0.4.1 // indirect
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
@@ -172,7 +173,7 @@ require (
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.4.2 // indirect
- github.com/roadrunner-server/sdk/v2 v2.19.0 // indirect
+ github.com/roadrunner-server/api/v2 v2.23.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
@@ -186,7 +187,7 @@ require (
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
- github.com/uber-go/tally/v4 v4.1.2 // indirect
+ github.com/uber-go/tally/v4 v4.1.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.40.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
@@ -202,38 +203,38 @@ require (
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
go.opencensus.io v0.23.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.1 // indirect
- go.opentelemetry.io/contrib/propagators/jaeger v1.10.0 // indirect
- go.opentelemetry.io/otel v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/jaeger v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10.0 // indirect
- go.opentelemetry.io/otel/exporters/zipkin v1.10.0 // indirect
- go.opentelemetry.io/otel/metric v0.32.1 // indirect
- go.opentelemetry.io/otel/sdk v1.10.0 // indirect
- go.opentelemetry.io/otel/trace v1.10.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.3 // indirect
+ go.opentelemetry.io/contrib/propagators/jaeger v1.11.0 // indirect
+ go.opentelemetry.io/otel v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/jaeger v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.11.0 // indirect
+ go.opentelemetry.io/otel/exporters/zipkin v1.11.0 // indirect
+ go.opentelemetry.io/otel/metric v0.32.3 // indirect
+ go.opentelemetry.io/otel/sdk v1.11.0 // indirect
+ go.opentelemetry.io/otel/trace v1.11.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
go.temporal.io/api v1.12.0 // indirect
go.temporal.io/sdk v1.17.0 // indirect
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
- go.temporal.io/server v1.18.0 // indirect
+ go.temporal.io/server v1.18.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
- golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 //indirect
- golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
+ golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
+ golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
- golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
+ golang.org/x/text v0.3.8 // indirect
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
- google.golang.org/grpc v1.49.0 // indirect
+ google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e // indirect
+ google.golang.org/grpc v1.50.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect