diff --git a/go.mod b/go.mod index b36c0fbd..4a314eae 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus/client_golang v1.20.5 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 - github.com/statnett/controller-runtime-viper v0.3.28 + github.com/statnett/controller-runtime-viper v0.3.29 github.com/stretchr/testify v1.10.0 k8s.io/api v0.32.0 k8s.io/apimachinery v0.32.0 diff --git a/go.sum b/go.sum index 51f30e13..0c78f7e8 100644 --- a/go.sum +++ b/go.sum @@ -130,8 +130,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.28 h1:AwAxeClCIDZnuRs3wQQrVqGz5NMNCQ5K+hGv5T/PsAg= -github.com/statnett/controller-runtime-viper v0.3.28/go.mod h1:LY0feHqmVzV16ixZKee5WjJ3y2k6fFGMtzsr5w97KjI= +github.com/statnett/controller-runtime-viper v0.3.29 h1:KslEFtfwAb24O51A7TdFemXMY7z2HydQct8jIQWQWyE= +github.com/statnett/controller-runtime-viper v0.3.29/go.mod h1:BNQjHjG9wfakLRbB9IN2fWs1QCWJ0m78yDHByiRDFdY= 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=