diff options
author | Valery Piashchynski <[email protected]> | 2022-05-14 16:29:22 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-14 16:29:22 +0200 |
commit | e55a86719d80e1213152c2a51727961f7a933cbe (patch) | |
tree | c2e1fa476bd00c1046276f63782b7677e7c309ff /go.mod | |
parent | f06c2453460963b41e2ebf14b656b72112bde710 (diff) |
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -32,7 +32,7 @@ require ( github.com/roadrunner-server/metrics/v2 v2.12.4 github.com/roadrunner-server/nats/v2 v2.13.2 github.com/roadrunner-server/new_relic/v2 v2.13.4 - github.com/roadrunner-server/otel/v2 v2.1.2 + github.com/roadrunner-server/otel/v2 v2.2.0 github.com/roadrunner-server/prometheus/v2 v2.12.4 github.com/roadrunner-server/proxy_ip_parser/v2 v2.4.0 github.com/roadrunner-server/redis/v2 v2.14.2 @@ -122,7 +122,7 @@ require ( github.com/pelletier/go-toml/v2 v2.0.1 // 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 + github.com/prometheus/client_golang v1.12.2 // indirect github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.34.0 // indirect github.com/prometheus/procfs v0.7.3 // indirect @@ -139,7 +139,7 @@ require ( github.com/stretchr/objx v0.4.0 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/tklauser/go-sysconf v0.3.10 // indirect - github.com/tklauser/numcpus v0.4.0 // indirect + github.com/tklauser/numcpus v0.5.0 // indirect 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 @@ -168,17 +168,17 @@ 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-20220511200225-c6db032c6c88 // indirect + golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // 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-20220503163025-988cb79eb6c6 // indirect + golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect + golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect + golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // 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 golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect - google.golang.org/grpc v1.46.0 // indirect + google.golang.org/grpc v1.46.2 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/ini.v1 v1.66.4 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect |