✨ Parse env vars
This commit is contained in:
parent
25f5c37243
commit
85f666cbc2
5 changed files with 57 additions and 17 deletions
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ go 1.21.5
|
|||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/caarlos0/env/v10 v10.0.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/stretchr/testify v1.8.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue