diff --git a/go.mod b/go.mod index 634ae8bad..cbbf1a61e 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index d35f40a31..d5cd76339 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/test/go.mod b/test/go.mod index 4e3858f50..6aeba11fb 100644 --- a/test/go.mod +++ b/test/go.mod @@ -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 @@ -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 diff --git a/test/go.sum b/test/go.sum index 4ad76b1ad..09f5db94d 100644 --- a/test/go.sum +++ b/test/go.sum @@ -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=