summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod36
1 files changed, 18 insertions, 18 deletions
diff --git a/go.mod b/go.mod
index 1bbb6a24..bc725045 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/joho/godotenv v1.4.0
github.com/mattn/go-runewidth v0.0.13
github.com/olekukonko/tablewriter v0.0.5
- github.com/roadrunner-server/amqp/v2 v2.12.2
+ github.com/roadrunner-server/amqp/v2 v2.13.0
github.com/roadrunner-server/api/v2 v2.14.0
github.com/roadrunner-server/beanstalk/v2 v2.12.2
github.com/roadrunner-server/boltdb/v2 v2.12.2
@@ -23,7 +23,7 @@ require (
github.com/roadrunner-server/grpc/v2 v2.13.2
github.com/roadrunner-server/gzip/v2 v2.11.0
github.com/roadrunner-server/headers/v2 v2.11.1
- github.com/roadrunner-server/http/v2 v2.15.1
+ github.com/roadrunner-server/http/v2 v2.15.2
github.com/roadrunner-server/informer/v2 v2.11.2
github.com/roadrunner-server/jobs/v2 v2.12.2
github.com/roadrunner-server/kv/v2 v2.11.2
@@ -33,7 +33,7 @@ require (
github.com/roadrunner-server/metrics/v2 v2.12.2
github.com/roadrunner-server/nats/v2 v2.12.2
github.com/roadrunner-server/new_relic/v2 v2.13.2
- github.com/roadrunner-server/otel/v2 v2.0.0
+ github.com/roadrunner-server/otel/v2 v2.0.1
github.com/roadrunner-server/prometheus/v2 v2.12.2
github.com/roadrunner-server/proxy_ip_parser/v2 v2.4.0
github.com/roadrunner-server/redis/v2 v2.13.2
@@ -82,7 +82,7 @@ require (
github.com/emicklei/proto v1.10.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
- github.com/fsnotify/fsnotify v1.5.3 // indirect
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -122,7 +122,7 @@ require (
github.com/openzipkin/zipkin-go v0.4.0 // 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.0-beta.8 // indirect
+ github.com/pelletier/go-toml/v2 v2.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -146,22 +146,22 @@ require (
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/uber-go/tally/v4 v4.1.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasthttp v1.35.0 // indirect
+ github.com/valyala/fasthttp v1.36.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
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.etcd.io/bbolt v1.3.6 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.31.0 // indirect
- go.opentelemetry.io/otel v1.6.3 // indirect
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.3 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.3 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.6.3 // indirect
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.6.3 // indirect
- go.opentelemetry.io/otel/exporters/zipkin v1.6.3 // indirect
- go.opentelemetry.io/otel/metric v0.29.0 // indirect
- go.opentelemetry.io/otel/sdk v1.6.3 // indirect
- go.opentelemetry.io/otel/trace v1.6.3 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0 // indirect
+ go.opentelemetry.io/otel v1.7.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.7.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0 // indirect
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.7.0 // indirect
+ go.opentelemetry.io/otel/exporters/zipkin v1.7.0 // indirect
+ go.opentelemetry.io/otel/metric v0.30.0 // indirect
+ go.opentelemetry.io/otel/sdk v1.7.0 // indirect
+ go.opentelemetry.io/otel/trace v1.7.0 // indirect
go.opentelemetry.io/proto/otlp v0.16.0 // indirect
go.temporal.io/api v1.7.1-0.20220223032354-6e6fe738916a // indirect
go.temporal.io/sdk v1.14.0 // indirect
@@ -169,11 +169,11 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
- golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
+ golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
- golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
+ golang.org/x/sys v0.0.0-20220429121018-84afa8d3f7b3 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
golang.org/x/tools v0.1.10 // indirect