knadh / koanf

Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
MIT License
2.56k stars 146 forks source link

nomad provider #296

Closed mkvolkov closed 1 month ago

mkvolkov commented 1 month ago

Added Nomad provider.

Can read:

knadh commented 1 month ago

Thanks for the PR. Please add a go.mod file to nomad. All providers and parsers in the repo are independent packages with no dependency on koanf. The main go.mod and go.sum shouldn't be modified.

Please refer to this: https://github.com/knadh/koanf/tree/master/providers/consul