Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update module github.com/spf13/viper to v1.14.0 (#18)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/viper](https://togithub.com/spf13/viper) | require | minor | `v1.12.0` -> `v1.14.0` | --- ### Release Notes <details> <summary>spf13/viper</summary> ### [`v1.14.0`](https://togithub.com/spf13/viper/releases/tag/v1.14.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.13.0...v1.14.0) <!-- Release notes generated using configuration in .github/release.yml at v1.14.0 --> ##### What's Changed ##### Enhancements 🚀 - feat: make Viper compile on platforms unsupported by fsnotify by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1457](https://togithub.com/spf13/viper/pull/1457) - Fsnotify improvements by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1458](https://togithub.com/spf13/viper/pull/1458) - Disable watch on appengine by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1460](https://togithub.com/spf13/viper/pull/1460) ##### Breaking Changes 🛠 - Drop support for Go 1.15 by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1428](https://togithub.com/spf13/viper/pull/1428) ##### Dependency Updates ⬆️ - build(deps): bump github.com/spf13/afero from 1.8.2 to 1.9.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1406](https://togithub.com/spf13/viper/pull/1406) - build(deps): bump github.com/sagikazarmark/crypt from 0.6.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1437](https://togithub.com/spf13/viper/pull/1437) - build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1453](https://togithub.com/spf13/viper/pull/1453) - build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1449](https://togithub.com/spf13/viper/pull/1449) - chore: update crypt by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1461](https://togithub.com/spf13/viper/pull/1461) **Full Changelog**: spf13/viper@v1.13.0...v1.14.0 ### [`v1.13.0`](https://togithub.com/spf13/viper/releases/tag/v1.13.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.12.0...v1.13.0) **Important:** This is the last release supporting Go 1.15. #### What's Changed ##### Exciting New Features 🎉 - Add etcd3 to supported remote providers by [@​franklinkim](https://togithub.com/franklinkim) in [https://github.com/spf13/viper/pull/1371](https://togithub.com/spf13/viper/pull/1371) ##### Enhancements 🚀 - Fix go-staticcheck failures (ST1005) by [@​mjmaisey](https://togithub.com/mjmaisey) in [https://github.com/spf13/viper/pull/1373](https://togithub.com/spf13/viper/pull/1373) - Use jsonc in markdown codeblocks for better readability by [@​HurSungYun](https://togithub.com/HurSungYun) in [https://github.com/spf13/viper/pull/1393](https://togithub.com/spf13/viper/pull/1393) - Add Go 1.19 support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1424](https://togithub.com/spf13/viper/pull/1424) - Adds support for uint16 with `GetUint16` by [@​oxisto](https://togithub.com/oxisto) in [https://github.com/spf13/viper/pull/1405](https://togithub.com/spf13/viper/pull/1405) - Add a DebugTo convenience funtion by [@​bcrochet](https://togithub.com/bcrochet) in [https://github.com/spf13/viper/pull/1414](https://togithub.com/spf13/viper/pull/1414) ##### Bug Fixes 🐛 - Recurse into arrays when converting keys to lowercase by [@​awrichar](https://togithub.com/awrichar) in [https://github.com/spf13/viper/pull/1387](https://togithub.com/spf13/viper/pull/1387) ##### Dependency Updates ⬆️ - build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1374](https://togithub.com/spf13/viper/pull/1374) - build(deps): bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1375](https://togithub.com/spf13/viper/pull/1375) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1378](https://togithub.com/spf13/viper/pull/1378) - build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1360](https://togithub.com/spf13/viper/pull/1360) - build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1381](https://togithub.com/spf13/viper/pull/1381) - build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1384](https://togithub.com/spf13/viper/pull/1384) - build(deps): bump mheap/github-action-required-labels from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1383](https://togithub.com/spf13/viper/pull/1383) - build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1395](https://togithub.com/spf13/viper/pull/1395) - build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1420](https://togithub.com/spf13/viper/pull/1420) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1422](https://togithub.com/spf13/viper/pull/1422) - build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1412](https://togithub.com/spf13/viper/pull/1412) #### New Contributors - [@​mjmaisey](https://togithub.com/mjmaisey) made their first contribution in [https://github.com/spf13/viper/pull/1373](https://togithub.com/spf13/viper/pull/1373) - [@​HurSungYun](https://togithub.com/HurSungYun) made their first contribution in [https://github.com/spf13/viper/pull/1393](https://togithub.com/spf13/viper/pull/1393) - [@​franklinkim](https://togithub.com/franklinkim) made their first contribution in [https://github.com/spf13/viper/pull/1371](https://togithub.com/spf13/viper/pull/1371) - [@​awrichar](https://togithub.com/awrichar) made their first contribution in [https://github.com/spf13/viper/pull/1387](https://togithub.com/spf13/viper/pull/1387) - [@​oxisto](https://togithub.com/oxisto) made their first contribution in [https://github.com/spf13/viper/pull/1405](https://togithub.com/spf13/viper/pull/1405) - [@​bcrochet](https://togithub.com/bcrochet) made their first contribution in [https://github.com/spf13/viper/pull/1414](https://togithub.com/spf13/viper/pull/1414) **Full Changelog**: spf13/viper@v1.12.0...v1.13.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/btlr). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTIuMiIsInVwZGF0ZWRJblZlciI6IjM0LjI4LjAifQ==-->
- Loading branch information