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 @@ -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-20250821200130-827584b58ddd
github.com/rancher/rancher/pkg/apis v0.0.0-20250918152710-1bd478496e81
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 @@ -136,8 +136,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-20250821200130-827584b58ddd h1:o0yzZxKqBnSSYqI1XnTrIqDaqM/YP/JkC8WLDyNeETI=
github.com/rancher/rancher/pkg/apis v0.0.0-20250821200130-827584b58ddd/go.mod h1:CdcIOwWzSIdCL50hDB1hu178TiC2SeNWLjxRwKeSmfc=
github.com/rancher/rancher/pkg/apis v0.0.0-20250918152710-1bd478496e81 h1:PjFxP08QmpkA7VGCuwE0UeVra1IZjShn1wSwkeF8Pes=
github.com/rancher/rancher/pkg/apis v0.0.0-20250918152710-1bd478496e81/go.mod h1:3+S0Ye639mMobDsiZSJPQmwxIxSaQCz4X/B2M2UhbKA=
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