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.8.8
github.com/rancher/rancher/pkg/apis v0.0.0-20260730152724-2b16899cac68
github.com/rancher/rancher/pkg/client v0.0.0-20260730152724-2b16899cac68
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195249-79b003279fec
github.com/rancher/rancher/pkg/client v0.0.0-20260730195249-79b003279fec
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 @@ -93,10 +93,10 @@ github.com/rancher/lasso v0.2.8 h1:AhAk1AKz9ZpvPlFj07JKRYGzIxaPNywUs2LpSwcyGDU=
github.com/rancher/lasso v0.2.8/go.mod h1:HyENYowaiGY9jnsyxLnhGfoOBZlU3y+lws8qCYyuBOc=
github.com/rancher/norman v0.8.8 h1:cVNESbv74o4URBtZx9mxJf/19IZR6RrarV8VhVATzQk=
github.com/rancher/norman v0.8.8/go.mod h1:EveXXWPG4JTum/PD4thJn5kUew3xwSAHAClbZTUHA+U=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730152724-2b16899cac68 h1:VEeePapU56egkT8akRaLw5aZ+uq28BSY7rVeHkpq4uk=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730152724-2b16899cac68/go.mod h1:Z0pzIQyheG1kip2ZJ4FtvddUGTaO/gMjGuh3H1ZPxjg=
github.com/rancher/rancher/pkg/client v0.0.0-20260730152724-2b16899cac68 h1:HYAjQNhuiH5hT6CbI8Ny3Oe7KLhLoBJYzsKE8yfwyXU=
github.com/rancher/rancher/pkg/client v0.0.0-20260730152724-2b16899cac68/go.mod h1:Y1dQHqWNLqabWAPJp+ji8aWyCZb9hUmPr03buiBhl6w=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195249-79b003279fec h1:ZK9ej46pse8QqXJaRMkt/ILoNW0jnWBMB+b+GKWho70=
github.com/rancher/rancher/pkg/apis v0.0.0-20260730195249-79b003279fec/go.mod h1:Z0pzIQyheG1kip2ZJ4FtvddUGTaO/gMjGuh3H1ZPxjg=
github.com/rancher/rancher/pkg/client v0.0.0-20260730195249-79b003279fec h1:exj1w6XIRmlSO1w2VLwlozgOBf1Na5gEkP+fc2g5UII=
github.com/rancher/rancher/pkg/client v0.0.0-20260730195249-79b003279fec/go.mod h1:Y1dQHqWNLqabWAPJp+ji8aWyCZb9hUmPr03buiBhl6w=
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.6.0 h1:pY5zWfRAij29x6VquOgvigONxQB8/b5ep2Gjt/r7QY4=
Expand Down
Loading