Skip to content

Commit 8844531

Browse files
Merge pull request #2147 from metal3-io/dependabot/go_modules/hack/fake-apiserver/main/github.com/metal3-io/cluster-api-provider-metal3/api-1.8.3
🌱 Bump github.com/metal3-io/cluster-api-provider-metal3/api from 1.8.2 to 1.8.3 in /hack/fake-apiserver
2 parents 34523d7 + ee55ba4 commit 8844531

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hack/fake-apiserver/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.3
44

55
require (
66
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
88
go.uber.org/zap v1.27.0
99
k8s.io/api v0.31.4
1010
k8s.io/apimachinery v0.31.4
@@ -53,7 +53,7 @@ require (
5353
github.com/json-iterator/go v1.1.12 // indirect
5454
github.com/mailru/easyjson v0.7.7 // indirect
5555
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
5757
github.com/moby/spdystream v0.4.0 // indirect
5858
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5959
github.com/modern-go/reflect2 v1.0.2 // indirect

hack/fake-apiserver/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
114114
github.com/metal3-io/baremetal-operator/apis v0.8.0/go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk=
115115
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 h1:X0+MWsJ+Gj/TAkmhGybvesvxk6zQKu3NQXzvC6l0iJs=
116116
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=
121121
github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8=
122122
github.com/moby/spdystream v0.4.0/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI=
123123
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)