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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require (
github.com/gruntwork-io/terratest v0.49.0
github.com/mattn/go-sqlite3 v1.14.28
github.com/rancher/rancher v0.0.0-20250806201723-9a7af3779b9d
github.com/rancher/shepherd v0.0.0-20251111151559-050d62ead063
github.com/rancher/shepherd v0.0.0-20251126203801-bd190cfd904c
github.com/rancher/tests/actions v0.0.0-20251111162746-32a475483166
github.com/rancher/tests/interoperability v0.0.0-00010101000000-000000000000
github.com/rancher/tfp-automation v0.0.0-20251121233100-199e1728f71c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2182,8 +2182,8 @@ github.com/rancher/rancher/pkg/apis v0.0.0-20251111120454-f829d8f1dc83 h1:5wbUhQ
github.com/rancher/rancher/pkg/apis v0.0.0-20251111120454-f829d8f1dc83/go.mod h1:xyYMxIycb9QpdxZjUxf95Cc4E27rfma8Z77U5ysRx3A=
github.com/rancher/rke v1.8.0-rc.4 h1:jowVyaF3LsJonC7vNsAwWf3MONHAtEFUD/j3UzNSE5U=
github.com/rancher/rke v1.8.0-rc.4/go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4=
github.com/rancher/shepherd v0.0.0-20251111151559-050d62ead063 h1:dOsgYdfXh/xTu4posp1nzCE/ePN/Ce2fCsIgh1XqXFk=
github.com/rancher/shepherd v0.0.0-20251111151559-050d62ead063/go.mod h1:SJtW8Jqv0rphZzsGnvB965YdyR2FqFtB+TbbzVLt8F4=
github.com/rancher/shepherd v0.0.0-20251126203801-bd190cfd904c h1:o7/nPdBReIZZT8IlM1cI0dWUlecpA8GfcL+QNqq1MmM=
github.com/rancher/shepherd v0.0.0-20251126203801-bd190cfd904c/go.mod h1:SJtW8Jqv0rphZzsGnvB965YdyR2FqFtB+TbbzVLt8F4=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20250930163923-f2c9e60b1078 h1:1MJSgYkgXhr/Zc5idJkKa10SiBQd0HVtbxVOBoghlzY=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20250930163923-f2c9e60b1078/go.mod h1:CV2Soy/Skw8/SA9dDJVgpeHxoEdtjYkNpNy6xvvC5kA=
github.com/rancher/tfp-automation v0.0.0-20251121233100-199e1728f71c h1:qobxOPRvzD6HFInxasBBhnk928mppKcpRRK0k1p2qKE=
Expand Down
Loading