diff --git a/go.mod b/go.mod index 6cbbe40a..f2565203 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus/client_golang v1.17.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.18.0 - github.com/statnett/controller-runtime-viper v0.3.8 + github.com/statnett/controller-runtime-viper v0.3.9 github.com/stretchr/testify v1.8.4 k8s.io/api v0.28.4 k8s.io/apimachinery v0.28.4 diff --git a/go.sum b/go.sum index 86799d51..d5a64727 100644 --- a/go.sum +++ b/go.sum @@ -123,8 +123,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.18.0 h1:pN6W1ub/G4OfnM+NR9p7xP9R6TltLUzp5JG9yZD3Qg0= github.com/spf13/viper v1.18.0/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= -github.com/statnett/controller-runtime-viper v0.3.8 h1:24od5o2nSDcSHgn0b+8WOmMG35kSJW9DIwrU0Na4Q3Y= -github.com/statnett/controller-runtime-viper v0.3.8/go.mod h1:M87C1ksRLtRARs7Zk78qUfFyvOnBo6F7tOzQc4CShR0= +github.com/statnett/controller-runtime-viper v0.3.9 h1:uVBknkf5v+GKeEQhs7cYExGTb+FCUwyVFRuQYgZPOuI= +github.com/statnett/controller-runtime-viper v0.3.9/go.mod h1:oDkWljGnEUS/PQvXRx/3sBzfpB+T1lV8c7ZvpINxAsk= 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=