Skip to content
Merged
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ replace (
require (
github.com/ghodss/yaml v1.0.0
github.com/rancher/norman v0.6.1
github.com/rancher/rancher/pkg/apis v0.0.0-20260730152715-a7ddd1dea037
github.com/rancher/rancher/pkg/client v0.0.0-20260730152715-a7ddd1dea037
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195259-3bc84195ee88
github.com/rancher/rancher/pkg/client v0.0.0-20260730195259-3bc84195ee88
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.17.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ github.com/rancher/lasso v0.2.5 h1:K++lWDDdfeN98Ixc1kCfUq0/q6tLjoHN++Np6QntXw0=
github.com/rancher/lasso v0.2.5/go.mod h1:71rWfv+KkdSmSxZ9Ly5QYhxAu0nEUcaq9N2ByjcHqAM=
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-20260730152715-a7ddd1dea037 h1:DLYrXXjFYdQNC41cyFIHE+AcBlCyq7hBgc/fO6zXz1k=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730152715-a7ddd1dea037/go.mod h1:UJlQOYjdYBOQCH8qbAxWZyl1j/vGfwiDwkpicOekBWA=
github.com/rancher/rancher/pkg/client v0.0.0-20260730152715-a7ddd1dea037 h1:iRBpRl/hX1ytSlWSS5oIkWkHxO2/gQp5u/2udUfmogE=
github.com/rancher/rancher/pkg/client v0.0.0-20260730152715-a7ddd1dea037/go.mod h1:t8khemptM2+Vmm7C2/J1r0uXApx/W47FjP1iqp0LrBU=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195259-3bc84195ee88 h1:h3FTcgBp6f95XzyESiFuWqOWe0VTq3aq5SM3m2Wody0=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195259-3bc84195ee88/go.mod h1:UJlQOYjdYBOQCH8qbAxWZyl1j/vGfwiDwkpicOekBWA=
github.com/rancher/rancher/pkg/client v0.0.0-20260730195259-3bc84195ee88 h1:cPsXvYYVeJMRAWM+noXqqhpjTEI83tX5nCKTbyxjEAY=
github.com/rancher/rancher/pkg/client v0.0.0-20260730195259-3bc84195ee88/go.mod h1:t8khemptM2+Vmm7C2/J1r0uXApx/W47FjP1iqp0LrBU=
github.com/rancher/rke v1.8.0 h1:87jeoOccnnNCq27YgWgMh4o0GVrrVKbw+zfo+cHMZlo=
github.com/rancher/rke v1.8.0/go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4=
github.com/rancher/wrangler/v3 v3.3.5 h1:z05UoabtD/JZxy9nJ6HdaOiQbB8hh5kFPouu2bUTCqg=
Expand Down
Loading