Skip to content

Commit

Permalink
[release/v0.5] Sync webhook dependencies (#573)
Browse files Browse the repository at this point in the history
* Sync dependencies

* Bump rke pin to 1.6.4

---------

Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Flynt <nicholas.flynt@suse.com>
  • Loading branch information
rancher-pr-and-push-webhook[bot] and nflynt authored Dec 18, 2024
1 parent 788778e commit af315f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_model => github.com/prometheus/client_model v0.4.0
github.com/prometheus/common => github.com/prometheus/common v0.44.0
github.com/rancher/rke => github.com/rancher/rke v1.6.2
github.com/rancher/rke => github.com/rancher/rke v1.6.4
k8s.io/api => k8s.io/api v0.30.1
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.30.1
k8s.io/apimachinery => k8s.io/apimachinery v0.30.1
Expand Down Expand Up @@ -47,9 +47,9 @@ 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-20241216141306-7668e56e894a
github.com/rancher/rke v1.6.4
github.com/rancher/wrangler/v3 v3.1.0
github.com/rancher/rancher/pkg/apis v0.0.0-20241217204836-d8f2c4ab3efc
github.com/rancher/rke v1.6.5
github.com/rancher/wrangler/v3 v3.0.1-rc.4
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xED
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-20241216141306-7668e56e894a h1:uV+S/ZC0vUvT6kM9o0tqweoAg0oaCqmr8OtCObB69WM=
github.com/rancher/rancher/pkg/apis v0.0.0-20241216141306-7668e56e894a/go.mod h1:awAihDiJME5XiLFVD7QIHXVdUfy/00nB0ciILW8ipLw=
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 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s=
github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw=
github.com/rancher/rancher/pkg/apis v0.0.0-20241217204836-d8f2c4ab3efc h1:hzrJargGAETm5hnQh1Glbodm7HxiPr6KyV62MLB6xn0=
github.com/rancher/rancher/pkg/apis v0.0.0-20241217204836-d8f2c4ab3efc/go.mod h1:uscrpvS/5R+L6xxparKFIZgyRbqtlNg06K46WwW2IfU=
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-rc.4 h1:TOFp9Vv+D+O52MeuTM9M/aTT6OB/QZMoBchPfTSFMSc=
github.com/rancher/wrangler/v3 v3.0.1-rc.4/go.mod h1:cGBYMrchAW13we6LlubfXAv1EJ3z0QzsXiGKTPr+IXg=
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
Expand Down

0 comments on commit af315f9

Please sign in to comment.