From 413dee6891de1cf07cca995e07965257cfd55804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:10:29 +0200 Subject: [PATCH] fix(deps): update module github.com/statnett/controller-runtime-viper to v0.3.24 (#996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 505564c0..8bd5967b 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus/client_golang v1.19.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 - github.com/statnett/controller-runtime-viper v0.3.23 + github.com/statnett/controller-runtime-viper v0.3.24 github.com/stretchr/testify v1.9.0 k8s.io/api v0.30.2 k8s.io/apimachinery v0.30.2 diff --git a/go.sum b/go.sum index 967a8f6b..6ea759c4 100644 --- a/go.sum +++ b/go.sum @@ -121,8 +121,8 @@ 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.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= -github.com/statnett/controller-runtime-viper v0.3.23 h1:x1xEm+Es/PSQFkjBtM24hiP9zwT2HLIopH4oMvc7keU= -github.com/statnett/controller-runtime-viper v0.3.23/go.mod h1:GLbEHievtxa7e/cPef2yiA2EjTe4m3vTWMj/Av3Z/wU= +github.com/statnett/controller-runtime-viper v0.3.24 h1:JhYGvup3wn1e3scnNGurbvBaRdoIczj6HTw66NSs5GY= +github.com/statnett/controller-runtime-viper v0.3.24/go.mod h1:Joo6nhV6AZfSRegScbqvZmq5J1zFBL5ia5GnU7uj6vI= 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=