Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(config plugin): deprecate env prefix #1929

Merged
merged 6 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/roadrunner-server/beanstalk/v4 v4.8.2
github.com/roadrunner-server/boltdb/v4 v4.9.2
github.com/roadrunner-server/centrifuge/v4 v4.9.2
github.com/roadrunner-server/config/v4 v4.8.2
github.com/roadrunner-server/config/v4 v4.9.0
github.com/roadrunner-server/endure/v2 v2.4.4
github.com/roadrunner-server/errors v1.4.0
github.com/roadrunner-server/fileserver/v4 v4.3.2
Expand Down Expand Up @@ -48,17 +48,17 @@ require (
github.com/roadrunner-server/status/v4 v4.6.2
github.com/roadrunner-server/tcp/v4 v4.5.2
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/temporalio/roadrunner-temporal/v4 v4.8.0
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
)

Expand All @@ -83,7 +83,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect
github.com/cactus/go-statsd-client/v5 v5.1.0 // indirect
github.com/caddyserver/certmagic v0.21.2 // indirect
github.com/caddyserver/certmagic v0.21.3 // indirect
github.com/caddyserver/zerossl v0.1.3 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Expand Down
Loading
Loading