Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1
github.com/rancher/lasso v0.2.5
github.com/rancher/rancher/pkg/apis v0.0.0-20251017151607-3ad9cbb8bc39
github.com/rancher/rke v1.8.6
github.com/rancher/rke v1.8.8
github.com/rancher/wrangler/v3 v3.3.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/rancher/norman v0.7.1 h1:OfmYfN4YeJ4qosXTAbOTPgCrb5GE8W6wFWnDxWcuKCo=
github.com/rancher/norman v0.7.1/go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M=
github.com/rancher/rancher/pkg/apis v0.0.0-20251017151607-3ad9cbb8bc39 h1:ngZq+rkR9kyvy+KsFFsBvLP80LduIZN3/Xhj6Wc4Hlk=
github.com/rancher/rancher/pkg/apis v0.0.0-20251017151607-3ad9cbb8bc39/go.mod h1:g8thrVFB4w9oW0IHUS54UY4/iGwrw9rOQqcMTL4jMCk=
github.com/rancher/rke v1.8.6 h1:JHVWweWOUYFGirt5an7jmOZDRrrE6aU3ZpV1a1jSeSs=
github.com/rancher/rke v1.8.6/go.mod h1:EaAkq796bgmmx/s15Xz0TvCkBOfepMOqO8tFockOmis=
github.com/rancher/rke v1.8.8 h1:kYH7QjKzquHcAsf4C55VWb002Ag6qWEPcqeR7dug6dc=
github.com/rancher/rke v1.8.8/go.mod h1:EaAkq796bgmmx/s15Xz0TvCkBOfepMOqO8tFockOmis=
github.com/rancher/wrangler/v3 v3.3.1 h1:YFqRfhxjuLNudUrvWrn+64wUPZ8pnn2KWbTsha75JLg=
github.com/rancher/wrangler/v3 v3.3.1/go.mod h1:0D4kZDaOUkP5W2Zfww/75tQwF9w7kaZgzpZG+4XQDAI=
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
Expand Down