add envyaml package to config loader part (#5405)

This commit is contained in:
Yusef Mohamadi 2024-12-24 09:35:50 +01:00 committed by GitHub
parent b268edca26
commit 020dcdb48d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -478,6 +478,7 @@ _Libraries for configuration parsing._
- [env](https://github.com/syntaqx/env) - An environment utility package with support for unmarshaling into structs - [env](https://github.com/syntaqx/env) - An environment utility package with support for unmarshaling into structs
- [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. - [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables.
- [envh](https://github.com/antham/envh) - Helpers to manage environment variables. - [envh](https://github.com/antham/envh) - Helpers to manage environment variables.
- [envyaml](https://github.com/yuseferi/envyaml) - Yaml with environment variables reader. it helps to have secrets as environment variable but load them configs as structured Yaml.
- [fig](https://github.com/kkyr/fig) - Tiny library for reading configuration from a file and from environment variables (with validation & defaults). - [fig](https://github.com/kkyr/fig) - Tiny library for reading configuration from a file and from environment variables (with validation & defaults).
- [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support. - [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support.
- [go-array](https://github.com/deatil/go-array) - A Go package that read or set data from map, slice or json. - [go-array](https://github.com/deatil/go-array) - A Go package that read or set data from map, slice or json.