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 @@ -38,7 +38,7 @@ require (
github.com/rancher/dynamiclistener v0.9.0-rc.1
github.com/rancher/jsonpath v0.0.0-20260423141252-c4e0c565a09f
github.com/rancher/lasso v0.2.9
github.com/rancher/rancher/pkg/apis v0.0.0-20260622051947-2c7a817a4e8c
github.com/rancher/rancher/pkg/apis v0.0.0-20260626214550-540e7c74bba3
github.com/rancher/rancher/pkg/plan v0.0.0-20260428222332-2696373f4152
github.com/rancher/wrangler/v3 v3.7.0
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 @@ -161,8 +161,8 @@ github.com/rancher/lasso v0.2.9 h1:5Xk9Qid+YDOLpa6s5xalcSR0cA5BMbgWcaOZ8kdNU7k=
github.com/rancher/lasso v0.2.9/go.mod h1:PMtxoVahRQvhEAi1HVOfyLDe1CrtGwTqOtkPVjSSkns=
github.com/rancher/norman v0.9.7 h1:za9JjsWBUi+0rY3EJ3JdAZFQsadu7fpfC3MHi9a21uE=
github.com/rancher/norman v0.9.7/go.mod h1:XPdQnSdaiDrQ130ueYppMKIquQz5Ob1tnI6+lcraqqo=
github.com/rancher/rancher/pkg/apis v0.0.0-20260622051947-2c7a817a4e8c h1:eT5V02wEeOn4VAJXN6ouu3OFdfJBgxIkAH7QeyUSqi0=
github.com/rancher/rancher/pkg/apis v0.0.0-20260622051947-2c7a817a4e8c/go.mod h1:kQAGb2wHAycKrj9Bwmphf9uJtlxPMl68pH9vQhyw9hc=
github.com/rancher/rancher/pkg/apis v0.0.0-20260626214550-540e7c74bba3 h1:p3szIJgoMm6FXYpSXE89oDDsHxs9z6GiwY/CODTQtEo=
github.com/rancher/rancher/pkg/apis v0.0.0-20260626214550-540e7c74bba3/go.mod h1:BugEkn4sEQ+zCVWru58lk51WjjKNc/+mrIoWHoD5mwQ=
github.com/rancher/rancher/pkg/plan v0.0.0-20260428222332-2696373f4152 h1:DBTq2CjgzMF/6hd3PazrmJGKVSENqiQe9KW/LJuLPvc=
github.com/rancher/rancher/pkg/plan v0.0.0-20260428222332-2696373f4152/go.mod h1:eFUzIOmWOB309XK/99EIE5YcqaQGda8bSpxoeN6uehw=
github.com/rancher/wrangler/v3 v3.7.0 h1:rB6GJpnc4Kz8lWuAH3wZwQPgJqPGOu43Aih6147uZB8=
Expand Down