diff --git a/go.mod b/go.mod index f488acf5..de57607d 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/rancher-sandbox/ele-testhelpers v0.0.0-20221213084338-a8ffdd2b87e3 github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa - github.com/rancher/rancher/pkg/apis v0.0.0-20240126142034-676c3eb3dfa5 + github.com/rancher/rancher/pkg/apis v0.0.0-20240212190443-d1377f72d967 github.com/rancher/wrangler-api v0.6.1-0.20200427172631-a7c2f09b783e github.com/rancher/wrangler/v2 v2.1.3 github.com/sirupsen/logrus v1.9.3 @@ -75,8 +75,8 @@ require ( github.com/rancher/eks-operator v1.4.0-rc1 // indirect github.com/rancher/fleet/pkg/apis v0.0.0-20231017140638-93432f288e79 // indirect github.com/rancher/gke-operator v1.3.0-rc2 // indirect - github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d // indirect - github.com/rancher/rke v1.5.0 // indirect + github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608 // indirect + github.com/rancher/rke v1.5.3 // indirect github.com/rancher/wrangler v1.1.1 // indirect github.com/spf13/pflag v1.0.5 // indirect go.uber.org/atomic v1.10.0 // indirect diff --git a/go.sum b/go.sum index 509ae54c..32480b35 100644 --- a/go.sum +++ b/go.sum @@ -385,12 +385,12 @@ github.com/rancher/gke-operator v1.3.0-rc2/go.mod h1:tSLZ14qvAtuKjkpnFSN6iE3hioI github.com/rancher/lasso v0.0.0-20200427171700-e0509f89f319/go.mod h1:6Dw19z1lDIpL887eelVjyqH/mna1hfR61ddCFOG78lw= github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa h1:eRhvQJjIpPxJunlS3e1J3qTghUy9MIrMjQa2aXYSC3k= github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa/go.mod h1:utdskbIL7kdVvPCUFPEJQDWJwPHGFpUCRfVkX2G2Xxg= -github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d h1:Ft/iTH91TlE2oBGmpkdO4I8o8cvUmCnytdwu52a/tN4= -github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d/go.mod h1:Sm2Xqai+aecgmJ86ygyEe+TdPMLkauEpykSstBAu4Ko= -github.com/rancher/rancher/pkg/apis v0.0.0-20240126142034-676c3eb3dfa5 h1:jD+7kKVo0LV0laE1BatrFug7gf7LPKTiw5fkZIlD/F8= -github.com/rancher/rancher/pkg/apis v0.0.0-20240126142034-676c3eb3dfa5/go.mod h1:mICP2oVXAVO2z0Pfzvj7P0MTLpUtM9cQIeh6CAjD4K0= -github.com/rancher/rke v1.5.0 h1:M/YryKnBs7IwzMGA2kh1EiypVQkme6o9KSg0hlllQa4= -github.com/rancher/rke v1.5.0/go.mod h1:wZaVWzW46OTuGvyxgRHXGUyJ/QP0zOkKESO9hBOwTaY= +github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608 h1:azL/n2grvuyGqmDvnpgRoH6mmpgodiGwjv1uZwiO7HE= +github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608/go.mod h1:Sm2Xqai+aecgmJ86ygyEe+TdPMLkauEpykSstBAu4Ko= +github.com/rancher/rancher/pkg/apis v0.0.0-20240212190443-d1377f72d967 h1:Gn0KTn+/WvUdpi7VUuaP2C9WuoE8tAIJ9HmP2tkOUto= +github.com/rancher/rancher/pkg/apis v0.0.0-20240212190443-d1377f72d967/go.mod h1:3WbbgKEeiN+nbccOGvbkpbcRCOFd9VRBf1J/AfVKOh8= +github.com/rancher/rke v1.5.3 h1:7mGn+NIL7KXk99NwWYBgoByh2+IfVCdws5ad3X/JIZY= +github.com/rancher/rke v1.5.3/go.mod h1:wZaVWzW46OTuGvyxgRHXGUyJ/QP0zOkKESO9hBOwTaY= github.com/rancher/wrangler v0.6.2-0.20200427172034-da9b142ae061/go.mod h1:n5Du/gGD7WoiqnEo0SHnPirDIp1V9Zu+6guc8lXS2dk= github.com/rancher/wrangler v1.1.1 h1:wmqUwqc2M7ADfXnBCJTFkTB5ZREWpD78rnZMzmxwMvM= github.com/rancher/wrangler v1.1.1/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=