summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-09 09:09:46 +0100
committerValery Piashchynski <[email protected]>2022-03-09 09:09:46 +0100
commitac021525b68512f2d855ec7a870a0d2086a5f318 (patch)
tree30dd607d2f8c88b34871248eeb421c0a0c1fc69b /go.mod
parent1c5a6a590832bbefb2cab99a81f413a5a0e756de (diff)
viper auto envs and ${} syntax support for the internal RPC client
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7fe22c99..82c9a3c8 100644
--- a/go.mod
+++ b/go.mod
@@ -47,6 +47,7 @@ require (
github.com/roadrunner-server/tcp/v2 v2.9.2
github.com/roadrunner-server/websockets/v2 v2.9.2
github.com/spf13/cobra v1.3.0
+ github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/temporalio/roadrunner-temporal v1.3.1
github.com/vbauerster/mpb/v5 v5.4.0
@@ -130,7 +131,6 @@ require (
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- github.com/spf13/viper v1.10.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect