diff options
author | Valery Piashchynski <[email protected]> | 2022-07-14 10:24:39 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-07-14 10:24:51 +0200 |
commit | dadaf038aaf08ca1396f1bf7f9c0eedb0fc6b735 (patch) | |
tree | 3a2bf6f792e4c0a51a5ef21b33516bc5ca2a35e4 /go.mod | |
parent | b4d08284fbc3baa1199c10c8d2a2a7bb345d4c7e (diff) |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -19,7 +19,7 @@ require ( github.com/roadrunner-server/errors v1.1.2 github.com/roadrunner-server/fileserver/v2 v2.13.6 github.com/roadrunner-server/goridge/v3 v3.4.5 - github.com/roadrunner-server/grpc/v2 v2.16.6 + github.com/roadrunner-server/grpc/v2 v2.17.0 github.com/roadrunner-server/gzip/v2 v2.12.3 github.com/roadrunner-server/headers/v2 v2.12.4 github.com/roadrunner-server/http/v2 v2.19.9 @@ -99,7 +99,7 @@ require ( github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/klauspost/compress v1.15.7 // indirect + github.com/klauspost/compress v1.15.8 // indirect github.com/klauspost/cpuid/v2 v2.1.0 // indirect github.com/libdns/libdns v0.2.1 // indirect github.com/magiconair/properties v1.8.6 // indirect @@ -148,7 +148,7 @@ require ( 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.buf.build/protocolbuffers/go/roadrunner-server/api v1.2.5 // indirect + go.buf.build/protocolbuffers/go/roadrunner-server/api v1.2.6 // indirect go.etcd.io/bbolt v1.3.6 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.33.0 // indirect go.opentelemetry.io/contrib/propagators/jaeger v1.8.0 // indirect @@ -178,8 +178,8 @@ require ( golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect golang.org/x/tools v0.1.11 // indirect - google.golang.org/genproto v0.0.0-20220711200234-e2551ce405a2 // indirect - google.golang.org/grpc v1.47.0 // indirect + google.golang.org/genproto v0.0.0-20220713161829-9c7dac0a6568 // indirect + google.golang.org/grpc v1.48.0 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/ini.v1 v1.66.6 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect |