diff options
author | Valery Piashchynski <[email protected]> | 2022-08-23 12:18:35 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-23 12:18:35 +0200 |
commit | effcc4135a3f1ba290ae06cbe2536e3237923bee (patch) | |
tree | 3cc61ed62a5865c506a1b62ddd75b0e9cfce1acf /go.mod | |
parent | 28053976510fa8a64edbcfb8dffa2550de79d3d2 (diff) |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -22,7 +22,7 @@ require ( github.com/roadrunner-server/grpc/v2 v2.21.2 github.com/roadrunner-server/gzip/v2 v2.12.9 github.com/roadrunner-server/headers/v2 v2.12.10 - github.com/roadrunner-server/http/v2 v2.21.3 + github.com/roadrunner-server/http/v2 v2.22.0 github.com/roadrunner-server/informer/v2 v2.12.3 github.com/roadrunner-server/jobs/v2 v2.17.3 github.com/roadrunner-server/kafka/v2 v2.1.4 @@ -75,9 +75,9 @@ require ( github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect github.com/buraksezer/connpool v0.5.0 // indirect github.com/buraksezer/consistent v0.9.0 // indirect - github.com/buraksezer/olric v0.4.5 // indirect + github.com/buraksezer/olric v0.4.6 // indirect github.com/bwmarrin/snowflake v0.3.0 // indirect - github.com/caddyserver/certmagic v0.16.2 // indirect + github.com/caddyserver/certmagic v0.16.3 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/cespare/xxhash/v2 v2.1.2 // indirect @@ -115,7 +115,7 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/btree v1.1.2 // indirect - github.com/google/flatbuffers v2.0.6+incompatible // indirect + github.com/google/flatbuffers v2.0.7+incompatible // indirect github.com/google/uuid v1.3.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect @@ -178,7 +178,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/objx v0.4.0 // indirect - github.com/subosito/gotenv v1.4.0 // indirect + github.com/subosito/gotenv v1.4.1 // indirect 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 @@ -220,14 +220,14 @@ require ( go.uber.org/zap v1.22.0 // indirect golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 //indirect - golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect - golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect - golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect + golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect + golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect + golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect golang.org/x/tools v0.1.12 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1 // indirect + google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect google.golang.org/grpc v1.48.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |