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.24.0
44
55require (
66 github.com/metal3-io/baremetal-operator/apis v0.11.0
7- github.com/metal3-io/cluster-api-provider-metal3/api v1.11.0
7+ github.com/metal3-io/cluster-api-provider-metal3/api v1.11.1
88 go.uber.org/zap v1.27.0
99 k8s.io/api v0.34.1
1010 k8s.io/apimachinery v0.34.1
@@ -63,7 +63,7 @@ require (
6363 github.com/josharian/intern v1.0.0 // indirect
6464 github.com/json-iterator/go v1.1.12 // indirect
6565 github.com/mailru/easyjson v0.7.7 // indirect
66- github.com/metal3-io/ip-address-manager/api v1.11.0 // indirect
66+ github.com/metal3-io/ip-address-manager/api v1.11.1 // indirect
6767 github.com/moby/spdystream v0.5.0 // indirect
6868 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6969 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
114114github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
115115github.com/metal3-io/baremetal-operator/apis v0.11.0 h1:sYxjnObegWnDyz028m5Rc6gVYxbSLlvjOAqo6Iq1vOE =
116116github.com/metal3-io/baremetal-operator/apis v0.11.0 /go.mod h1:T0v/wKeJeUfVFeTq1sihv76IZEE2Bn+hqKkh5kGMxA4 =
117- github.com/metal3-io/cluster-api-provider-metal3/api v1.11.0 h1:Yr46RXE/G/2WVLZgJmqhVhOvCjvqNpF2KBVDPMwc9Sc =
118- github.com/metal3-io/cluster-api-provider-metal3/api v1.11.0 /go.mod h1:swESHeDhwAfZwvOhB+xybLM38uEM/V1h8+xNMiduioU =
119- github.com/metal3-io/ip-address-manager/api v1.11.0 h1:GxSt1/qTB9okO+FIOWRo+4hvGib/Zf/V6iHotFvPzLY =
120- github.com/metal3-io/ip-address-manager/api v1.11.0 /go.mod h1:I93BnwcKAbzuP3oLz/hmNu6tfFcGIPkK+dSirOU3VDY =
117+ github.com/metal3-io/cluster-api-provider-metal3/api v1.11.1 h1:lDuuhkQ9bvuvQ5GXOvOwux2XZk4/fqMC8zISXpIxEhI =
118+ github.com/metal3-io/cluster-api-provider-metal3/api v1.11.1 /go.mod h1:QZGyZLYE/3xd0M90yqUnjtKVkfAPFWPG2Yx4+oJ7uxQ =
119+ github.com/metal3-io/ip-address-manager/api v1.11.1 h1:7c/IeopWPqfxUqDdjDKqmieiyzwBfp/ywuZi+XUZSlg =
120+ github.com/metal3-io/ip-address-manager/api v1.11.1 /go.mod h1:I93BnwcKAbzuP3oLz/hmNu6tfFcGIPkK+dSirOU3VDY =
121121github.com/moby/spdystream v0.5.0 h1:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU =
122122github.com/moby/spdystream v0.5.0 /go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
123123github.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