diff --git a/go.mod b/go.mod index b005f2c4c..4dfbe78fc 100644 --- a/go.mod +++ b/go.mod @@ -223,7 +223,7 @@ require ( github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5 github.com/manifoldco/promptui v0.9.0 github.com/redhat-best-practices-for-k8s/oct v0.0.26 - github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.38 + github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.39 github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241002153745-3b562bb54a88 github.com/robert-nix/ansihtml v1.0.1 golang.org/x/term v0.25.0 diff --git a/go.sum b/go.sum index 1d21555cf..76278deed 100644 --- a/go.sum +++ b/go.sum @@ -410,8 +410,8 @@ github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.50 h1:I5h0QManS/gI github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.50/go.mod h1:MEPl9mYANLNgdd7KKpW6rRXmUK1pXtbWmG2eVaKmBKM= github.com/redhat-best-practices-for-k8s/oct v0.0.26 h1:aNMCxDZGo7LS4TeH+JGPDJ9kWFqi7pExJyse0k0RS6U= github.com/redhat-best-practices-for-k8s/oct v0.0.26/go.mod h1:ilJ7CTkImZOhT0WW5jbqxYighVRBPpLxcxcuc5Fd/ZU= -github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.38 h1:8YOp2dmZVJ5xShuKSgjVS1CaWes1tN4WPHDoIQs4m7s= -github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.38/go.mod h1:sJbTEQhLejo2HrcNlOQFpmLf0yEZq0VQthBeSYwaOyo= +github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.39 h1:fdifQZFjx5NIiD/8pt94ELeTPUXy7s/KYwJC8wzgqns= +github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.39/go.mod h1:Xvn/SQLaro2vpiVut0e1epYr/SrUsw5VBueIZcb2dcM= github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241002153745-3b562bb54a88 h1:Ty5p1bhVtfmP8GCDl61x6HuatXaoxSGzvNOKuvtLVOw= github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241002153745-3b562bb54a88/go.mod h1:WgrOUZnQYsTQetJwbMHkcNecYaOcWMmTVDmDOTTIMcQ= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=