diff --git a/go.mod b/go.mod index 478ef03a..161e6dd0 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.22 + github.com/statnett/controller-runtime-viper v0.3.23 github.com/stretchr/testify v1.9.0 k8s.io/api v0.30.1 k8s.io/apimachinery v0.30.1 diff --git a/go.sum b/go.sum index 5e0611c5..4fcb2bfc 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.22 h1:0Umu4YKQKmC6886bEgNQj37xrMQgZcUxR5QUagQoFbU= -github.com/statnett/controller-runtime-viper v0.3.22/go.mod h1:yRaYVMPYNHyvremXmmSPhTXfxmx0IbKw1kMBo3uK5Lc= +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/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=