diff options
author | Valery Piashchynski <[email protected]> | 2022-02-18 20:57:00 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-18 20:57:00 +0300 |
commit | 4e7a31079e3b296a48d809643b3416ad02e73a7f (patch) | |
tree | 0783c021bf6b3f4b2ed521f4b40c9016b3d15ac2 /go.mod | |
parent | 717b1ce9d9e6392f71f41ce1b6c2bd923c454f10 (diff) |
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -18,12 +18,12 @@ require ( github.com/roadrunner-server/config/v2 v2.9.0 github.com/roadrunner-server/endure v1.2.1 github.com/roadrunner-server/errors v1.1.1 - github.com/roadrunner-server/fileserver/v2 v2.9.0 + github.com/roadrunner-server/fileserver/v2 v2.9.1 github.com/roadrunner-server/goridge/v3 v3.3.1 - github.com/roadrunner-server/grpc/v2 v2.10.2 - github.com/roadrunner-server/gzip/v2 v2.8.0 + github.com/roadrunner-server/grpc/v2 v2.10.3 + github.com/roadrunner-server/gzip/v2 v2.8.1 github.com/roadrunner-server/headers/v2 v2.9.0 - github.com/roadrunner-server/http/v2 v2.9.2 + github.com/roadrunner-server/http/v2 v2.10.1 github.com/roadrunner-server/informer/v2 v2.9.0 github.com/roadrunner-server/jobs/v2 v2.9.0 github.com/roadrunner-server/kv/v2 v2.9.0 @@ -32,7 +32,7 @@ require ( github.com/roadrunner-server/memory/v2 v2.9.0 github.com/roadrunner-server/metrics/v2 v2.9.0 github.com/roadrunner-server/nats/v2 v2.9.0 - github.com/roadrunner-server/new_relic/v2 v2.10.1 + github.com/roadrunner-server/new_relic/v2 v2.10.2 github.com/roadrunner-server/prometheus/v2 v2.8.0 github.com/roadrunner-server/redis/v2 v2.9.0 github.com/roadrunner-server/reload/v2 v2.9.0 @@ -43,12 +43,12 @@ require ( github.com/roadrunner-server/service/v2 v2.9.0 github.com/roadrunner-server/sqs/v2 v2.10.0 github.com/roadrunner-server/static/v2 v2.9.0 - github.com/roadrunner-server/status/v2 v2.9.0 + github.com/roadrunner-server/status/v2 v2.9.1 github.com/roadrunner-server/tcp/v2 v2.9.0 github.com/roadrunner-server/websockets/v2 v2.9.0 github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 - github.com/temporalio/roadrunner-temporal v1.2.1 + github.com/temporalio/roadrunner-temporal v1.2.2 github.com/vbauerster/mpb/v5 v5.4.0 ) @@ -96,7 +96,7 @@ require ( github.com/hashicorp/go-version v1.4.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/klauspost/compress v1.14.2 // indirect + github.com/klauspost/compress v1.14.3 // indirect github.com/klauspost/cpuid/v2 v2.0.11 // indirect github.com/libdns/libdns v0.2.1 // indirect github.com/magiconair/properties v1.8.5 // indirect @@ -145,7 +145,7 @@ require ( github.com/yusufpapurcu/wmi v1.2.2 // indirect go.etcd.io/bbolt v1.3.6 // indirect go.temporal.io/api v1.7.0 // indirect - go.temporal.io/sdk v1.13.0 // indirect + go.temporal.io/sdk v1.13.1 // indirect go.temporal.io/sdk/contrib/tally v0.1.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.7.0 // indirect @@ -159,7 +159,7 @@ require ( golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect golang.org/x/tools v0.1.9 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect - google.golang.org/genproto v0.0.0-20220216160803-4663080d8bc8 // indirect + google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect google.golang.org/grpc v1.44.0 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/ini.v1 v1.66.4 // indirect |