-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: replace viper with koanf (#813)
* chore: replace viper with koanf * fix: refactor load.go * fix: rewrite basic load of configs in koanf * fix: load with koanf (no complicated load yet) * fix: load with koanf (no complicated load yet) * fix: add kaonf provider * fix: merge local extends too * fix: add special handling for {cmd} * perf: allocate destCommands when we know the len of commands * fix: remove ToUpper for envs, since koanf respects the registry * chore: go mod tidy * chore: remove any reference to viper * docs: fix typo * docs: avoid comma separated tags
- Loading branch information
Showing
13 changed files
with
288 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.