diff options
author | Valery Piashchynski <[email protected]> | 2024-06-06 14:58:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-06 14:58:22 +0200 |
commit | 1c1abb483d3e00d901d7c6279c8e4d09a5621871 (patch) | |
tree | a25db9a21d7c2958997f1d0a92e5bdf3460d05b2 /go.mod | |
parent | a049b0bcf48c2063d3b94b536bf4781c50bf4a30 (diff) | |
parent | 864aa7bc51f8e8c68f481be6718a79389b754b2d (diff) |
[#1929]: feature(config plugin): deprecate env prefix
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,7 +39,7 @@ require ( github.com/roadrunner-server/redis/v4 v4.4.2 github.com/roadrunner-server/resetter/v4 v4.3.2 github.com/roadrunner-server/rpc/v4 v4.4.2 - github.com/roadrunner-server/sdk/v4 v4.7.2 + github.com/roadrunner-server/sdk/v4 v4.7.3 github.com/roadrunner-server/send/v4 v4.4.2 github.com/roadrunner-server/server/v4 v4.8.2 github.com/roadrunner-server/service/v4 v4.7.2 @@ -54,11 +54,11 @@ require ( go.uber.org/automaxprocs v1.5.3 ) +replace github.com/uber-go/tally/v4 => github.com/uber-go/tally/v4 v4.1.10 + exclude ( github.com/spf13/viper v1.18.0 github.com/spf13/viper v1.18.1 - github.com/uber-go/tally/v4 v4.1.11 - github.com/uber-go/tally/v4 v4.1.12 go.temporal.io/api v1.26.1 ) @@ -134,7 +134,7 @@ require ( github.com/prometheus/common v0.54.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/quic-go/qpack v0.4.0 // indirect - github.com/quic-go/quic-go v0.44.0 // indirect + github.com/quic-go/quic-go v0.45.0 // indirect github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect |