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.22.3
4
4
5
5
require (
6
6
github.com/metal3-io/baremetal-operator/apis v0.8.0
7
- github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2
7
+ github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3
8
8
go.uber.org/zap v1.27.0
9
9
k8s.io/api v0.31.4
10
10
k8s.io/apimachinery v0.31.4
@@ -53,7 +53,7 @@ require (
53
53
github.com/json-iterator/go v1.1.12 // indirect
54
54
github.com/mailru/easyjson v0.7.7 // indirect
55
55
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 // indirect
56
- github.com/metal3-io/ip-address-manager/api v1.8.1 // indirect
56
+ github.com/metal3-io/ip-address-manager/api v1.8.2 // indirect
57
57
github.com/moby/spdystream v0.4.0 // indirect
58
58
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59
59
github.com/modern-go/reflect2 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
114
114
github.com/metal3-io/baremetal-operator/apis v0.8.0 /go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk =
115
115
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 h1:X0+MWsJ+Gj/TAkmhGybvesvxk6zQKu3NQXzvC6l0iJs =
116
116
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 /go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU =
117
- github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2 h1:chEMHkKmuBagGciaPDTT9IoeNRXSkcIHU1Q18e4m3B8 =
118
- github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2 /go.mod h1:FUUgwGlWuz9POCLKwyjYbcvLtqnfA+YZg0/mIFo9svg =
119
- github.com/metal3-io/ip-address-manager/api v1.8.1 h1:hFWgKmfO02AGnY/+QEd6+IY8BuQTHK25BhYOIwu2C2k =
120
- github.com/metal3-io/ip-address-manager/api v1.8.1 /go.mod h1:yMOQSHu0XjbRaMP38a7ZiJ27zX/2L2YBcSHRLXvZ6aM =
117
+ github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3 h1:oxkydLZmarGBY/v9tdTUst2Lwcn406XUCUP2qBsVM0c =
118
+ github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3 /go.mod h1:Tm2g5t3gYpp3XWcbkuGvdDxkWLFYoosd/5Pg1tg0Xw0 =
119
+ github.com/metal3-io/ip-address-manager/api v1.8.2 h1:zNCmRaX0+YjkVpMXhZflW0YIba9pSr3GsUiaiaWtKxQ =
120
+ github.com/metal3-io/ip-address-manager/api v1.8.2 /go.mod h1:TElC1ZGLybU/mlGGrl0Kk8OQpeITeTLn4pmz40Z7LvA =
121
121
github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8 =
122
122
github.com/moby/spdystream v0.4.0 /go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
123
123
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments