summaryrefslogtreecommitdiffstats
path: root/client/go/config/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Add config unset commandMartin Polden2022-04-111-0/+7
|
* Remove viperMartin Polden2022-04-111-0/+87
Cobra no longer depends on Viper since 1.4.0. By implementing our own config instead, we can get rid of Viper altogether and remove some hacks made necessary by that library. Bonus: Removes the large dependency tree pulled in by Viper, reducing the binary size by ~1 MB.