Skip to content

Commit

Permalink
Update github.com/rancher/rancher/pkg/apis digest to 212d8b6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Nov 1, 2024
1 parent 7e0627b commit 370c3d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/rancher/dynamiclistener v0.6.1-rc.1
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
github.com/rancher/rancher/pkg/apis v0.0.0-20241030141955-e2d0b42c9125
github.com/rancher/rancher/pkg/apis v0.0.0-20241031215528-212d8b6e9299
github.com/rancher/rke v1.7.0-rc.5
github.com/rancher/wrangler/v3 v3.1.0-rc.1
github.com/robfig/cron v1.2.0
Expand Down Expand Up @@ -111,7 +111,7 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rancher/aks-operator v1.10.0-rc.2 // indirect
github.com/rancher/eks-operator v1.10.0-rc.2 // indirect
github.com/rancher/fleet/pkg/apis v0.11.0-beta.2 // indirect
github.com/rancher/fleet/pkg/apis v0.11.0-rc.2 // indirect
github.com/rancher/gke-operator v1.10.0-rc.2 // indirect
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab // indirect
github.com/spf13/cobra v1.8.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,16 @@ github.com/rancher/dynamiclistener v0.6.1-rc.1 h1:EGmTpPzSI5LHj35Wg3NHFmKSbZdzNu
github.com/rancher/dynamiclistener v0.6.1-rc.1/go.mod h1:7VNEQhAwzbYJ08S1MYb6B4vili6K7CcrG4cNZXq1j+s=
github.com/rancher/eks-operator v1.10.0-rc.2 h1:StjPwsrZ6GY5G47xhIYC9y6rP5r9roMbpAemazRTuR0=
github.com/rancher/eks-operator v1.10.0-rc.2/go.mod h1:coW31jIfImAHdGsepc7yCXSuixdclQkJn3y26E9tsss=
github.com/rancher/fleet/pkg/apis v0.11.0-beta.2 h1:NKES0uiPFHBBi7ag2ZbfVbMILTqZt2GdpaxAT1p6xHw=
github.com/rancher/fleet/pkg/apis v0.11.0-beta.2/go.mod h1:BnNQzIwjbGEnDBtpN2yDFYr32KhejzarPYBUiTR71tU=
github.com/rancher/fleet/pkg/apis v0.11.0-rc.2 h1:ZSCdGlmtd0UEZaHgFG2W3c6tx4wjO9x30wPVNJDssZU=
github.com/rancher/fleet/pkg/apis v0.11.0-rc.2/go.mod h1:NO2Vo3bZ1jhjT6Bt+/ydij8O1xeQ1706LeAqWqIhvZQ=
github.com/rancher/gke-operator v1.10.0-rc.2 h1:zo6nqyJPACJbRGEpy/u1T1mpknCieNKm9Nin7shQ2XI=
github.com/rancher/gke-operator v1.10.0-rc.2/go.mod h1:k3oIJMCilpaLHeHPRy90S3pfZ05vbe+b+g1ISiHQbLo=
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU=
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab h1:ihK6See3y/JilqZlc0CG7NXPN+ue5nY9U7xUZUA8M7I=
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab/go.mod h1:qX/OG/4wY27xSAcSdRilUBxBumV6Ey2CWpAeaKnBQDs=
github.com/rancher/rancher/pkg/apis v0.0.0-20241030141955-e2d0b42c9125 h1:OouJhq7h3eM1UOoWyS0jlEbEVH+Z4og0h1DzBfgkHtA=
github.com/rancher/rancher/pkg/apis v0.0.0-20241030141955-e2d0b42c9125/go.mod h1:dOPalv772EkfFGnXcA+ejkxO9Blj2M+qthK4lF5N7ac=
github.com/rancher/rancher/pkg/apis v0.0.0-20241031215528-212d8b6e9299 h1:3MbiPqIhzMDtYiVTcJWyn6ffOoEQvopZ0sZadL7jzF8=
github.com/rancher/rancher/pkg/apis v0.0.0-20241031215528-212d8b6e9299/go.mod h1:nWTziPeEi8sCrNJbMmRsBt+A1O5At+zsYhMeyr78NuE=
github.com/rancher/rke v1.6.2 h1:ttGk77t5oe7bsiS7s7SOFmAl3PALYI5M2SQQenjKevk=
github.com/rancher/rke v1.6.2/go.mod h1:5xRbf3L8PxqJRhABjYRfaBqbpVqAnqyH3maUNQEuwvk=
github.com/rancher/wrangler/v3 v3.1.0-rc.1 h1:tEZZjDj4lOyQeqEcrl6d5Xr+QAS04vOInS43QqJz1LQ=
Expand Down

0 comments on commit 370c3d4

Please sign in to comment.