File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.7
55require (
66 github.com/go-logr/logr v1.4.2
77 github.com/golang/mock v1.6.0
8- github.com/metal3-io/baremetal-operator/apis v0.10.0
8+ github.com/metal3-io/baremetal-operator/apis v0.10.1
99 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
1010 github.com/metal3-io/ip-address-manager/api v1.10.0
1111 github.com/onsi/ginkgo/v2 v2.23.4
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
129129github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
130130github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
131131github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
132- github.com/metal3-io/baremetal-operator/apis v0.10.0 h1:efy9vUSdoGexLeSTj4OOd44FKnNiicBz8SfxfXqcCMI =
133- github.com/metal3-io/baremetal-operator/apis v0.10.0 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
132+ github.com/metal3-io/baremetal-operator/apis v0.10.1 h1:nnvYzpJo0vj6uOjsRPaNK54HXgAQazkmjXyLyZB3HXo =
133+ github.com/metal3-io/baremetal-operator/apis v0.10.1 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
134134github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 h1:0VwWmCjrP3y8Sn4H82KBVo9wCgnrPZMuij2OnMd3vxk =
135135github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
136136github.com/metal3-io/ip-address-manager/api v1.10.0 h1:siItzDRB/ikIsk1dhTa32rKunWFOEuPg2+2s5SOY5g0 =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/metal3-io/cluster-api-provider-metal3/hack/fake-apiserver
33go 1.23.7
44
55require (
6- github.com/metal3-io/baremetal-operator/apis v0.10.0
6+ github.com/metal3-io/baremetal-operator/apis v0.10.1
77 github.com/metal3-io/cluster-api-provider-metal3/api v1.10.0-beta.0
88 go.uber.org/zap v1.27.0
99 k8s.io/api v0.32.4
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
109109github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
110110github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
111111github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
112- github.com/metal3-io/baremetal-operator/apis v0.10.0 h1:efy9vUSdoGexLeSTj4OOd44FKnNiicBz8SfxfXqcCMI =
113- github.com/metal3-io/baremetal-operator/apis v0.10.0 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
112+ github.com/metal3-io/baremetal-operator/apis v0.10.1 h1:nnvYzpJo0vj6uOjsRPaNK54HXgAQazkmjXyLyZB3HXo =
113+ github.com/metal3-io/baremetal-operator/apis v0.10.1 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
114114github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 h1:0VwWmCjrP3y8Sn4H82KBVo9wCgnrPZMuij2OnMd3vxk =
115115github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
116116github.com/metal3-io/cluster-api-provider-metal3/api v1.10.0-beta.0 h1:hYIyi4Rl/k3dRHqP9Q0vOyxs/sJeXNL+ocfut4aP/Ag =
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/blang/semver v3.5.1+incompatible
77 github.com/docker/docker v28.1.1+incompatible
88 github.com/jinzhu/copier v0.4.0
9- github.com/metal3-io/baremetal-operator/apis v0.10.0
9+ github.com/metal3-io/baremetal-operator/apis v0.10.1
1010 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
1111 github.com/metal3-io/ip-address-manager/api v1.10.0
1212 github.com/metal3-io/ironic-standalone-operator/api v0.0.0-20250402103806-d91a8f698be5
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
177177github.com/mattn/go-runewidth v0.0.9 /go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI =
178178github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU =
179179github.com/mattn/go-runewidth v0.0.14 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
180- github.com/metal3-io/baremetal-operator/apis v0.10.0 h1:efy9vUSdoGexLeSTj4OOd44FKnNiicBz8SfxfXqcCMI =
181- github.com/metal3-io/baremetal-operator/apis v0.10.0 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
180+ github.com/metal3-io/baremetal-operator/apis v0.10.1 h1:nnvYzpJo0vj6uOjsRPaNK54HXgAQazkmjXyLyZB3HXo =
181+ github.com/metal3-io/baremetal-operator/apis v0.10.1 /go.mod h1:HaPc8Czc6IAj3Fl72pOZHerDM+OwysMDTl52gLFRYUw =
182182github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 h1:0VwWmCjrP3y8Sn4H82KBVo9wCgnrPZMuij2OnMd3vxk =
183183github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
184184github.com/metal3-io/ip-address-manager/api v1.10.0 h1:siItzDRB/ikIsk1dhTa32rKunWFOEuPg2+2s5SOY5g0 =
You can’t perform that action at this time.
0 commit comments