From 0d12a2aef58dbebde6e15c3ecae29f21f5236179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 02:08:50 +0200 Subject: [PATCH] chore(deps): bump github.com/spf13/viper from 1.20.0-alpha.5 to 1.20.0-alpha.6 in /config (#5) chore(deps): bump github.com/spf13/viper in /config Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.0-alpha.5 to 1.20.0-alpha.6. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.20.0-alpha.5...v1.20.0-alpha.6) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/go.mod | 2 +- config/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/go.mod b/config/go.mod index 62c02b5..075d80b 100644 --- a/config/go.mod +++ b/config/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/lvlcn-t/go-kit/lists v0.3.0 github.com/spf13/afero v1.11.0 - github.com/spf13/viper v1.20.0-alpha.5 + github.com/spf13/viper v1.20.0-alpha.6 sigs.k8s.io/yaml v1.4.0 ) diff --git a/config/go.sum b/config/go.sum index 84c932f..fbe608b 100644 --- a/config/go.sum +++ b/config/go.sum @@ -35,8 +35,8 @@ github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.20.0-alpha.5 h1:7JCvOxB7alp2YdCZi5oBP4jGQrQEuCWP3W9we8xYF0Q= -github.com/spf13/viper v1.20.0-alpha.5/go.mod h1:CGBZzv0c9fOUASm6rfus4wdeIjR/04NOLq1P4KRhX3k= +github.com/spf13/viper v1.20.0-alpha.6 h1:f65Cr/+2qk4GfHC0xqT/isoupQppwN5+VLRztUGTDbY= +github.com/spf13/viper v1.20.0-alpha.6/go.mod h1:CGBZzv0c9fOUASm6rfus4wdeIjR/04NOLq1P4KRhX3k= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=