build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 in /proxy (#65)

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-11-07 20:26:44 -06:00
committed by GitHub
parent 4b73cf0fcb
commit 6ec0f2e7a6
2 changed files with 254 additions and 36 deletions

View File

@@ -7,6 +7,5 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/handlers v1.5.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
github.com/spf13/viper v1.14.0
)