Skip to content

Commit 97decd3

Browse files
Sync dependencies (#1490)
Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com>
1 parent fec9e59 commit 97decd3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/rancher/dynamiclistener v0.8.2
4141
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1
4242
github.com/rancher/lasso v0.2.8
43-
github.com/rancher/rancher/pkg/apis v0.0.0-20260521165623-20e63bcbb9d7
43+
github.com/rancher/rancher/pkg/apis v0.0.0-20260522131311-57ea964ab932
4444
github.com/rancher/rke v1.8.6
4545
github.com/rancher/wrangler/v3 v3.6.0
4646
github.com/robfig/cron v1.2.0
@@ -106,7 +106,7 @@ require (
106106
github.com/rancher/aks-operator v1.14.2-rc.1 // indirect
107107
github.com/rancher/ali-operator v1.14.1-rc.1 // indirect
108108
github.com/rancher/eks-operator v1.14.2-rc.2 // indirect
109-
github.com/rancher/fleet/pkg/apis v0.15.2-rc.3 // indirect
109+
github.com/rancher/fleet/pkg/apis v0.15.2 // indirect
110110
github.com/rancher/gke-operator v1.14.2-rc.1 // indirect
111111
github.com/rancher/norman v0.8.7
112112
github.com/robfig/cron/v3 v3.0.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/rancher/dynamiclistener v0.8.2 h1:0DjKtxO0CwqaDCnP+QhlwJxwL30RkpyVnq/
146146
github.com/rancher/dynamiclistener v0.8.2/go.mod h1:dur2XqgXkODeWi0ZixjXKw23WDEmthCCKf4bLN8JSaI=
147147
github.com/rancher/eks-operator v1.14.2-rc.2 h1:JXvW4IPEdhJOtu5f/I8lYWFE7ArtmQmARf7CN9pxHoE=
148148
github.com/rancher/eks-operator v1.14.2-rc.2/go.mod h1:XoVSkYX84HrUB+mBUXBeuDUth/f1DQGVLyS9m76Dw1g=
149-
github.com/rancher/fleet/pkg/apis v0.15.2-rc.3 h1:15PZexDLlE1AiCxzMn8r4twFg/+xEBxnPQdPk5Y9w+Y=
150-
github.com/rancher/fleet/pkg/apis v0.15.2-rc.3/go.mod h1:xlutsZssgWWL4OdJG2yvxxW1h8hKP+NZXwpcfT5ajFI=
149+
github.com/rancher/fleet/pkg/apis v0.15.2 h1:GCDunBfbYo8dIYS1LX3EbMe4rG+S/J/sAo6bV6SVEI0=
150+
github.com/rancher/fleet/pkg/apis v0.15.2/go.mod h1:xlutsZssgWWL4OdJG2yvxxW1h8hKP+NZXwpcfT5ajFI=
151151
github.com/rancher/gke-operator v1.14.2-rc.1 h1:2ZBcxjjl4l2QwaPQPTaBc8eiHIEHIsK2ScqIX0l53Ls=
152152
github.com/rancher/gke-operator v1.14.2-rc.1/go.mod h1:O3eLcUaNEoNNebGkemi9i+SLqqRWb1ojMrJfFuMirps=
153153
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1 h1:vRtxuvIF0UarXIAwGYNwSFoRYJadVnOrD8kx2qrZyN8=
@@ -156,8 +156,8 @@ github.com/rancher/lasso v0.2.8 h1:AhAk1AKz9ZpvPlFj07JKRYGzIxaPNywUs2LpSwcyGDU=
156156
github.com/rancher/lasso v0.2.8/go.mod h1:HyENYowaiGY9jnsyxLnhGfoOBZlU3y+lws8qCYyuBOc=
157157
github.com/rancher/norman v0.8.7 h1:gh/qF/aybTBy3adacdcGNgIRuxwnekIRYxiVQbgK8Wc=
158158
github.com/rancher/norman v0.8.7/go.mod h1:R/WcijgJbuwJwGmF1hUTgWuOU+ryAdoni9OI9RZHoEs=
159-
github.com/rancher/rancher/pkg/apis v0.0.0-20260521165623-20e63bcbb9d7 h1:GiXSeComrmNJ3cM7lTmekXTXu2hER0sjWg8DDD3mHdU=
160-
github.com/rancher/rancher/pkg/apis v0.0.0-20260521165623-20e63bcbb9d7/go.mod h1:fZ2cKifYxgKpvVm/Hi7S4uB1lqhfpZhUETAIf7Qft3U=
159+
github.com/rancher/rancher/pkg/apis v0.0.0-20260522131311-57ea964ab932 h1:8+X8i9Nv9iF3Fnz1dk1FqVpA5CA1Mv28MUE4AvgPELY=
160+
github.com/rancher/rancher/pkg/apis v0.0.0-20260522131311-57ea964ab932/go.mod h1:mYtn96cqwZjRAoZFOLwMm5driV6rp0LyDdh1XRL88mw=
161161
github.com/rancher/rke v1.8.6 h1:JHVWweWOUYFGirt5an7jmOZDRrrE6aU3ZpV1a1jSeSs=
162162
github.com/rancher/rke v1.8.6/go.mod h1:EaAkq796bgmmx/s15Xz0TvCkBOfepMOqO8tFockOmis=
163163
github.com/rancher/wrangler/v3 v3.6.0 h1:pY5zWfRAij29x6VquOgvigONxQB8/b5ep2Gjt/r7QY4=

0 commit comments

Comments
 (0)