From 14c76e34e8d9309811a1b11a6b255550a78dbdc6 Mon Sep 17 00:00:00 2001 From: Huy Mai Date: Tue, 3 Sep 2024 13:42:27 +0300 Subject: [PATCH] Uplift BMO to v0.6.2 Signed-off-by: Huy Mai --- go.mod | 4 ++-- go.sum | 8 ++++---- test/go.mod | 4 ++-- test/go.sum | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index 256fe0ea3f..6f7988fb33 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/go-logr/logr v1.4.2 github.com/golang/mock v1.6.0 - github.com/metal3-io/baremetal-operator/apis v0.6.1 + github.com/metal3-io/baremetal-operator/apis v0.6.2 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0 github.com/metal3-io/ip-address-manager/api v1.7.2 github.com/onsi/ginkgo/v2 v2.17.3 @@ -63,7 +63,7 @@ require ( github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect - github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1 // indirect + github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect diff --git a/go.sum b/go.sum index d7b4d7b6e2..d37d32ece1 100644 --- a/go.sum +++ b/go.sum @@ -131,10 +131,10 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k= -github.com/metal3-io/baremetal-operator/apis v0.6.1 h1:CL5paLPWn0VEAcdtGaKKNMCR9AVYXjSuiO83vwlOHRI= -github.com/metal3-io/baremetal-operator/apis v0.6.1/go.mod h1:dogSrgg9iPAznQonugPKRI41zOlQAaPb80U5WJ06E38= -github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1 h1:0kyToP3YDiICgmVGmZc5F6QK0zx1nqzw48vIviOdedM= -github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1/go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4= +github.com/metal3-io/baremetal-operator/apis v0.6.2 h1:/szSfHXW9+ocxy61J+54VIHsGeOFI9T9JHKdFfjR3jI= +github.com/metal3-io/baremetal-operator/apis v0.6.2/go.mod h1:zj6oG+P54XKkrBc6FdZEpLoJi0MykYWIqp7r7FB0F3k= +github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 h1:OubzMDH7R7wv+g4z53lN23c2azSCgmAUiUIzLyAjEy0= +github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2/go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4= github.com/metal3-io/ip-address-manager/api v1.7.2 h1:jEFG6FK5W9nWQW1itZeZVTe30PpCwiM4OqEail6m38o= github.com/metal3-io/ip-address-manager/api v1.7.2/go.mod h1:vTvE4KuaIzGLBCcg3MtzG3xfygdQYCX4mpsfL1jFIA4= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= diff --git a/test/go.mod b/test/go.mod index daee820ace..194c57a01c 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ require ( github.com/blang/semver v3.5.1+incompatible github.com/docker/docker v26.1.5+incompatible github.com/jinzhu/copier v0.4.0 - github.com/metal3-io/baremetal-operator/apis v0.6.1 + github.com/metal3-io/baremetal-operator/apis v0.6.2 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0 github.com/metal3-io/ip-address-manager/api v1.7.2 github.com/onsi/ginkgo/v2 v2.17.3 @@ -85,7 +85,7 @@ require ( github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect - github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1 // indirect + github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect diff --git a/test/go.sum b/test/go.sum index eb35b9216e..69f3b2f929 100644 --- a/test/go.sum +++ b/test/go.sum @@ -193,10 +193,10 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k= -github.com/metal3-io/baremetal-operator/apis v0.6.1 h1:CL5paLPWn0VEAcdtGaKKNMCR9AVYXjSuiO83vwlOHRI= -github.com/metal3-io/baremetal-operator/apis v0.6.1/go.mod h1:dogSrgg9iPAznQonugPKRI41zOlQAaPb80U5WJ06E38= -github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1 h1:0kyToP3YDiICgmVGmZc5F6QK0zx1nqzw48vIviOdedM= -github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.1/go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4= +github.com/metal3-io/baremetal-operator/apis v0.6.2 h1:/szSfHXW9+ocxy61J+54VIHsGeOFI9T9JHKdFfjR3jI= +github.com/metal3-io/baremetal-operator/apis v0.6.2/go.mod h1:zj6oG+P54XKkrBc6FdZEpLoJi0MykYWIqp7r7FB0F3k= +github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 h1:OubzMDH7R7wv+g4z53lN23c2azSCgmAUiUIzLyAjEy0= +github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2/go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4= github.com/metal3-io/ip-address-manager/api v1.7.2 h1:jEFG6FK5W9nWQW1itZeZVTe30PpCwiM4OqEail6m38o= github.com/metal3-io/ip-address-manager/api v1.7.2/go.mod h1:vTvE4KuaIzGLBCcg3MtzG3xfygdQYCX4mpsfL1jFIA4= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=