Skip to content

Commit

Permalink
Sync dependencies (#597)
Browse files Browse the repository at this point in the history
Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com>
  • Loading branch information
rancher-pr-and-push-webhook[bot] authored Jan 21, 2025
1 parent d529fa2 commit 56d1ef6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/rancher/dynamiclistener v0.6.0
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
github.com/rancher/rancher/pkg/apis v0.0.0-20250114152751-35c264c0753a
github.com/rancher/rancher/pkg/apis v0.0.0-20250121135736-f569628e5282
github.com/rancher/rke v1.6.6-rc.1
github.com/rancher/wrangler/v3 v3.0.1
github.com/robfig/cron v1.2.0
Expand Down Expand Up @@ -115,10 +115,10 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rancher/aks-operator v1.9.6-rc.10 // indirect
github.com/rancher/eks-operator v1.9.6-rc.3 // indirect
github.com/rancher/fleet/pkg/apis v0.10.8-beta.1 // indirect
github.com/rancher/gke-operator v1.9.6-rc.3 // indirect
github.com/rancher/aks-operator v1.9.6 // indirect
github.com/rancher/eks-operator v1.9.6 // indirect
github.com/rancher/fleet/pkg/apis v0.10.8 // indirect
github.com/rancher/gke-operator v1.9.6 // indirect
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,22 @@ github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdO
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/rancher/aks-operator v1.9.6-rc.10 h1:y39sdCQKogKb8+qhh64Hu/sxk4nHGjtYUodZq234dHw=
github.com/rancher/aks-operator v1.9.6-rc.10/go.mod h1:8ByGLiEachmkw+qxjphOqtPi9ia1t1PWktGtN2keRXM=
github.com/rancher/aks-operator v1.9.6 h1:/4bpP6TJhoQIL8Za5z4eoykqdvaPCg0HKzzbDljjvI8=
github.com/rancher/aks-operator v1.9.6/go.mod h1:8ByGLiEachmkw+qxjphOqtPi9ia1t1PWktGtN2keRXM=
github.com/rancher/dynamiclistener v0.6.0 h1:M7x8Nq+GY0UORULANuW/AH1ocnyZaqlmTuviMQAHL1Q=
github.com/rancher/dynamiclistener v0.6.0/go.mod h1:7VNEQhAwzbYJ08S1MYb6B4vili6K7CcrG4cNZXq1j+s=
github.com/rancher/eks-operator v1.9.6-rc.3 h1:149QKsQs/S7emGqPWCSjZ13GikogG629eCv/4u5acIU=
github.com/rancher/eks-operator v1.9.6-rc.3/go.mod h1:ndJRDIjBtfG+XopFewWMecVqxQ2yCKPFhiRS9reVJqM=
github.com/rancher/fleet/pkg/apis v0.10.8-beta.1 h1:pDbNMxhNhFf8YOkZgO39/GC1ENqc8UixXHT/Ojl3Gz4=
github.com/rancher/fleet/pkg/apis v0.10.8-beta.1/go.mod h1:+KyPRgx4NGhvcm2htrqSjQ+xBVKmPwUvP+IxmBU/HY0=
github.com/rancher/gke-operator v1.9.6-rc.3 h1:a4t/JCygvC2UKisAPIqVNLy1T8TzBJhddnPapcRcE+M=
github.com/rancher/gke-operator v1.9.6-rc.3/go.mod h1:hkYE/QsQKZpwmmjniWL3yF/5qJglFMpqwMkUsHzBBqY=
github.com/rancher/eks-operator v1.9.6 h1:/NQ0bGWdb15Q0efDsqUJCeR2NW7HkV9qwB/twS+UTqA=
github.com/rancher/eks-operator v1.9.6/go.mod h1:ndJRDIjBtfG+XopFewWMecVqxQ2yCKPFhiRS9reVJqM=
github.com/rancher/fleet/pkg/apis v0.10.8 h1:EE24ZFrSZBVACvPiaVmZUt3neV2+CPB8k/nx89ByCUk=
github.com/rancher/fleet/pkg/apis v0.10.8/go.mod h1:+KyPRgx4NGhvcm2htrqSjQ+xBVKmPwUvP+IxmBU/HY0=
github.com/rancher/gke-operator v1.9.6 h1:GWwD/fZO252it7IQro/Uix+5nGJIS/rRl+Om5FmUjgw=
github.com/rancher/gke-operator v1.9.6/go.mod h1:hkYE/QsQKZpwmmjniWL3yF/5qJglFMpqwMkUsHzBBqY=
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-20240708202514-a0127673d1b9 h1:AlRMRs5mHJcdiK83KKJyFVeybPMZ7dOUzC0l3k9aUa8=
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9/go.mod h1:dyjfXBsNiroPWOdUZe7diUOUSLf6HQ/r2kEpwH/8zas=
github.com/rancher/rancher/pkg/apis v0.0.0-20250114152751-35c264c0753a h1:DIW+OxDQ8mVlxo0x7ji0Cl0ThklO3NyqFvppixFa6Yc=
github.com/rancher/rancher/pkg/apis v0.0.0-20250114152751-35c264c0753a/go.mod h1:WEZ5rWoAvpo30cKz5YuCBsGKDYKViZ5l93qAL1i4vqg=
github.com/rancher/rancher/pkg/apis v0.0.0-20250121135736-f569628e5282 h1:xLTqMBB+swlHupl3zOfYS1z9TY3C4Dcfjip2NgD8LGs=
github.com/rancher/rancher/pkg/apis v0.0.0-20250121135736-f569628e5282/go.mod h1:78QgrrJ56sGx5Sa++cMhooBV5Kz3QaGYVQ71dcYAqVA=
github.com/rancher/rke v1.6.4 h1:PidjnDmvPpbmEIPvsC3qdX7SY1fEvNK4a9oPdtGw4OI=
github.com/rancher/rke v1.6.4/go.mod h1:ZDmcz3aeBsuORheojvGRxUJQS6NKRcpLTPXoY5N2y4c=
github.com/rancher/wrangler/v3 v3.0.1 h1:vFsvTYpilYGLCpe6FadsoCnK5A+S0t0dE4C83Anorok=
Expand Down

0 comments on commit 56d1ef6

Please sign in to comment.