diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -23,7 +23,7 @@ require ( github.com/roadrunner-server/grpc/v2 v2.12.1 github.com/roadrunner-server/gzip/v2 v2.10.0 github.com/roadrunner-server/headers/v2 v2.11.0 - github.com/roadrunner-server/http/v2 v2.13.2 + github.com/roadrunner-server/http/v2 v2.13.3 github.com/roadrunner-server/informer/v2 v2.11.0 github.com/roadrunner-server/jobs/v2 v2.11.1 github.com/roadrunner-server/kv/v2 v2.11.0 @@ -105,7 +105,7 @@ require ( github.com/mattn/go-isatty v0.0.14 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mholt/acmez v1.0.2 // indirect - github.com/miekg/dns v1.1.47 // indirect + github.com/miekg/dns v1.1.48 // indirect github.com/minio/highwayhash v1.0.2 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect @@ -121,7 +121,7 @@ require ( github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.33.0 // indirect github.com/prometheus/procfs v0.7.3 // indirect - github.com/rabbitmq/amqp091-go v1.3.2 // indirect + github.com/rabbitmq/amqp091-go v1.3.4 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/roadrunner-server/sdk/v2 v2.12.0 // indirect github.com/roadrunner-server/tcplisten v1.1.2 // indirect @@ -150,16 +150,16 @@ 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-20220321153916-2c7772ba3064 // indirect + golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect - golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect + golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect + golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect golang.org/x/tools v0.1.10 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect - google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7 // indirect + google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect google.golang.org/grpc v1.45.0 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/ini.v1 v1.66.4 // indirect |