Skip to content

Commit

Permalink
Merge pull request #1949 from Nordix/mquhuy/uplift-bmo-v0.6.2
Browse files Browse the repository at this point in the history
🌱 Uplift BMO to v0.6.2
  • Loading branch information
metal3-io-bot authored Sep 4, 2024
2 parents c0c323d + 14c76e3 commit 4d889c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 4d889c4

Please sign in to comment.