fix(config): supporting multiple env variables in a value.

ref #9
This commit is contained in:
2023-07-10 16:59:00 +02:00
committed by vfebvre
parent 5453988419
commit a3f44cf123
4 changed files with 18 additions and 5 deletions

1
go.mod
View File

@ -6,6 +6,7 @@ require (
forge.cadoles.com/Cadoles/go-proxy v0.0.0-20230701194111-c6b3d482cca6
github.com/Masterminds/sprig/v3 v3.2.3
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/drone/envsubst v1.0.3
github.com/getsentry/sentry-go v0.22.0
github.com/go-chi/chi/v5 v5.0.8
github.com/jedib0t/go-pretty/v6 v6.4.6