diff --git a/go.mod b/go.mod index c2a5b7e67..209ecba53 100644 --- a/go.mod +++ b/go.mod @@ -227,7 +227,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.28 - github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.39 + github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.40 github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241021175030-e64988a27024 github.com/robert-nix/ansihtml v1.0.1 golang.org/x/term v0.26.0 diff --git a/go.sum b/go.sum index ba7af5443..e7d2e0653 100644 --- a/go.sum +++ b/go.sum @@ -446,8 +446,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.28 h1:jsVQ8zNY4HP0a+N5LpW445Y3phklZ4PGtlU1pZQ0Wic= github.com/redhat-best-practices-for-k8s/oct v0.0.28/go.mod h1:TnyopIPwdsaI7gikOi7WmT9/lgzd1Lp6DZaN6nMJhBA= -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-best-practices-for-k8s/privileged-daemonset v1.0.40 h1:imtI6P0XZSeaGbMd81Dg6QpsJrtUPobAlHhvwEyGouU= +github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.40/go.mod h1:ZVOdgHN8bR8bRFQytKgyDa+26AUa96wcnjsnJ6RYnzQ= github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241021175030-e64988a27024 h1:qPsNS6SIDigSwcUMUrEdDovIAdbVCNOGvhir8p6wVNc= github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20241021175030-e64988a27024/go.mod h1:WgrOUZnQYsTQetJwbMHkcNecYaOcWMmTVDmDOTTIMcQ= github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho=