diff --git a/go.mod b/go.mod index f53b642498..b99d811683 100644 --- a/go.mod +++ b/go.mod @@ -108,7 +108,7 @@ require ( github.com/rancher/eks-operator v1.14.2 // indirect github.com/rancher/fleet/pkg/apis v0.15.2 // indirect github.com/rancher/gke-operator v1.14.2 // indirect - github.com/rancher/norman v0.8.7 + github.com/rancher/norman v0.8.8 github.com/robfig/cron/v3 v3.0.1 // indirect github.com/spf13/pflag v1.0.10 // indirect github.com/x448/float16 v0.8.4 // indirect diff --git a/go.sum b/go.sum index 20a04a5d9a..52b0b9be79 100644 --- a/go.sum +++ b/go.sum @@ -154,8 +154,8 @@ github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1 h1:vRtxuvIF0UarXI github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1/go.mod h1:xavYr3cNyyAeA72nMVB60+q/EJ8Anu+loQWFJyXOeP8= github.com/rancher/lasso v0.2.8 h1:AhAk1AKz9ZpvPlFj07JKRYGzIxaPNywUs2LpSwcyGDU= github.com/rancher/lasso v0.2.8/go.mod h1:HyENYowaiGY9jnsyxLnhGfoOBZlU3y+lws8qCYyuBOc= -github.com/rancher/norman v0.8.7 h1:gh/qF/aybTBy3adacdcGNgIRuxwnekIRYxiVQbgK8Wc= -github.com/rancher/norman v0.8.7/go.mod h1:R/WcijgJbuwJwGmF1hUTgWuOU+ryAdoni9OI9RZHoEs= +github.com/rancher/norman v0.8.8 h1:cVNESbv74o4URBtZx9mxJf/19IZR6RrarV8VhVATzQk= +github.com/rancher/norman v0.8.8/go.mod h1:EveXXWPG4JTum/PD4thJn5kUew3xwSAHAClbZTUHA+U= github.com/rancher/rancher/pkg/apis v0.0.0-20260603072833-7ca0f2c9fdc0 h1:CGcp4uGKaH3Ri5KFXLAs7G7KssPVnxiszlCIzODqOnI= github.com/rancher/rancher/pkg/apis v0.0.0-20260603072833-7ca0f2c9fdc0/go.mod h1:wdho8Jw2jymAzFOkscwdNkrB68IFbpVQBxFLMtPi1N4= github.com/rancher/rke v1.8.6 h1:JHVWweWOUYFGirt5an7jmOZDRrrE6aU3ZpV1a1jSeSs=