File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.7
44
55require (
66 github.com/metal3-io/baremetal-operator/apis v0.10.5
7- github.com/metal3-io/cluster-api-provider-metal3/api v1.10.3
7+ github.com/metal3-io/cluster-api-provider-metal3/api v1.10.4
88 go.uber.org/zap v1.27.0
99 k8s.io/api v0.32.10
1010 k8s.io/apimachinery v0.32.10
@@ -60,7 +60,7 @@ require (
6060 github.com/mailru/easyjson v0.7.7 // indirect
6161 github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.3 // indirect
6262 github.com/metal3-io/cluster-api-provider-metal3 v1.9.5
63- github.com/metal3-io/ip-address-manager/api v1.10.3 // indirect
63+ github.com/metal3-io/ip-address-manager/api v1.10.4 // indirect
6464 github.com/moby/spdystream v0.5.0 // indirect
6565 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6666 github.com/modern-go/reflect2 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.3 h1:pPHGFZJz437n
135135github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.3 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
136136github.com/metal3-io/cluster-api-provider-metal3 v1.9.5 h1:TgIfeEyDWdStUalsIOuvNmS3vVnL7HI+/oWk9IGkvvE =
137137github.com/metal3-io/cluster-api-provider-metal3 v1.9.5 /go.mod h1:1QQECt39K45+xCzH817ARWBvFRPza3y6pDR+S8ALAqA =
138- github.com/metal3-io/cluster-api-provider-metal3/api v1.10.3 h1:RBCEPB+RY+kGObgrV8lk72Sw+pSPNKdCFSaBjYFhLs0 =
139- github.com/metal3-io/cluster-api-provider-metal3/api v1.10.3 /go.mod h1:+qf8yhyRIHFnK/qWWaoYAYK88NJIt6UZIbm8v1L02r8 =
140- github.com/metal3-io/ip-address-manager/api v1.10.3 h1:kDAEzOAa9Zcwn5pewcxIX66oo6jt1+0/x7w75tIKzP4 =
141- github.com/metal3-io/ip-address-manager/api v1.10.3 /go.mod h1:k1O3LHaTZ6WAXjgciku+Ro3PDWaN/z5P01n7bWlqotA =
138+ github.com/metal3-io/cluster-api-provider-metal3/api v1.10.4 h1:SSVf2Y9evAfbh9TgCNBso9OAmKK7W4G0i15ZpWLwS4g =
139+ github.com/metal3-io/cluster-api-provider-metal3/api v1.10.4 /go.mod h1:mvzPQW5kpWDi6Pc2EDPl6ifTaEXdOtEVnOZm6exYz/s =
140+ github.com/metal3-io/ip-address-manager/api v1.10.4 h1:t/c/vLtJT3k5kCGYlH6D5tCBruSXs2T5qcAzi0E/rT8 =
141+ github.com/metal3-io/ip-address-manager/api v1.10.4 /go.mod h1:k1O3LHaTZ6WAXjgciku+Ro3PDWaN/z5P01n7bWlqotA =
142142github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
143143github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
144144github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
You can’t perform that action at this time.
0 commit comments