Skip to content

Commit

Permalink
Merge pull request #939 from Nordix/tuomo/bump-bmo-0.3.0
Browse files Browse the repository at this point in the history
🌱 bump BMO to 0.3.0
  • Loading branch information
metal3-io-bot authored Apr 27, 2023
2 parents 6f5bcd1 + e6c9709 commit f20f307
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.19
require (
github.com/go-logr/logr v1.2.3
github.com/golang/mock v1.6.0
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0
github.com/metal3-io/baremetal-operator/apis v0.3.0
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
github.com/metal3-io/ip-address-manager/api v1.4.0
github.com/onsi/ginkgo/v2 v2.9.1
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/kr/pretty v0.3.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 // indirect
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // 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 @@ -294,10 +294,10 @@ github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0 h1:fhvs1Njh9xs7UJq5MnsdJsJJWD7+FhZLFWtHx2rM6HU=
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0/go.mod h1:t12aU2ye9ojNf4CTuCQMlKaR/k6YhZntXLlqCpavy4o=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 h1:MO2eKS9CLethZamSUUKAUkAfpsqm5Fn9jEakNNLgEhU=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
github.com/metal3-io/baremetal-operator/apis v0.3.0 h1:Sjql7SlF6h8n4AcIGOArjqwOI6P5vSCDPYWbxxNh2AQ=
github.com/metal3-io/baremetal-operator/apis v0.3.0/go.mod h1:Qi0u7QCID9FGf20NQ5mwD/3/0uqRmYxHGauKRJkiVFg=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
github.com/metal3-io/ip-address-manager/api v1.4.0 h1:9wQWSRTwPFDh4HqiAQLw4Sb8uTGRMEwPblx5pfZhYNo=
github.com/metal3-io/ip-address-manager/api v1.4.0/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/docker/docker v20.10.24+incompatible
github.com/jinzhu/copier v0.3.5
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0
github.com/metal3-io/baremetal-operator/apis v0.3.0
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
github.com/onsi/ginkgo/v2 v2.9.1
github.com/onsi/gomega v1.27.4
Expand Down Expand Up @@ -78,7 +78,7 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 // indirect
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // indirect
github.com/metal3-io/ip-address-manager/api v1.4.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0 h1:fhvs1Njh9xs7UJq5MnsdJsJJWD7+FhZLFWtHx2rM6HU=
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0/go.mod h1:t12aU2ye9ojNf4CTuCQMlKaR/k6YhZntXLlqCpavy4o=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 h1:MO2eKS9CLethZamSUUKAUkAfpsqm5Fn9jEakNNLgEhU=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
github.com/metal3-io/baremetal-operator/apis v0.3.0 h1:Sjql7SlF6h8n4AcIGOArjqwOI6P5vSCDPYWbxxNh2AQ=
github.com/metal3-io/baremetal-operator/apis v0.3.0/go.mod h1:Qi0u7QCID9FGf20NQ5mwD/3/0uqRmYxHGauKRJkiVFg=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
github.com/metal3-io/ip-address-manager/api v1.4.0 h1:9wQWSRTwPFDh4HqiAQLw4Sb8uTGRMEwPblx5pfZhYNo=
github.com/metal3-io/ip-address-manager/api v1.4.0/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down

0 comments on commit f20f307

Please sign in to comment.