Skip to content
Closed
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 @@ -45,7 +45,7 @@ require (
github.com/rancher/dynamiclistener v0.7.0
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1
github.com/rancher/lasso v0.2.4
github.com/rancher/rancher/pkg/apis v0.0.0-20250919165148-49b3f67fb245
github.com/rancher/rancher/pkg/apis v0.0.0-20251015184202-76d69758d79d
github.com/rancher/rke v1.8.0
github.com/rancher/wrangler/v3 v3.2.4
github.com/robfig/cron v1.2.0
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/lasso v0.2.4 h1:rCoVo32q4cgUap2uyyzSLVdMeRJHBF/QOQwwSX/3oWI=
github.com/rancher/lasso v0.2.4/go.mod h1:G+KeeOaKRjp+qGp0bV6VbLhYrq1vHbJPbDh40ejg5yE=
github.com/rancher/norman v0.6.1 h1:JVIxkWZcbxtrcSK4WIwsmyB07TzTvoqqf/R0fZB7ylk=
github.com/rancher/norman v0.6.1/go.mod h1:jRcnEruyY6olqtImy+q+zw0/iXX7YqLF4/K4kh5hR40=
github.com/rancher/rancher/pkg/apis v0.0.0-20250919165148-49b3f67fb245 h1:zWk/xtJsWc1lRAC8yG7vKFoMWRihbcKvErk02g77kbc=
github.com/rancher/rancher/pkg/apis v0.0.0-20250919165148-49b3f67fb245/go.mod h1:1Dl7WWx0G4qW57u7YQZ2JGnz1/NkT5VERn5xx7JATtY=
github.com/rancher/rancher/pkg/apis v0.0.0-20251015184202-76d69758d79d h1:B09mmphEr3H/L7681vu1FA7m77Z/FGVJdD0MqQppLeY=
github.com/rancher/rancher/pkg/apis v0.0.0-20251015184202-76d69758d79d/go.mod h1:1Dl7WWx0G4qW57u7YQZ2JGnz1/NkT5VERn5xx7JATtY=
github.com/rancher/rke v1.7.2 h1:+2fcl0gCjRHzf1ev9C9ptQ1pjYbDngC1Qv8V/0ki/dk=
github.com/rancher/rke v1.7.2/go.mod h1:+x++Mvl0A3jIzNLiu8nkraqZXiHg6VPWv0Xl4iQCg+A=
github.com/rancher/wrangler/v3 v3.2.4 h1:pgpLwsmgQvTSSknxddJDq+ObIiOXFggCWdDyB0z7YcA=
Expand Down