In my continuing work on building terraform[0], I have a what appears to be a version conflict between two hashicorp consul packages: ... Error: Transaction test error: file /usr/share/gocode/src/github.com/hashicorp/consul/.goipath conflicts between attempted installs of golang-github-hashicorp-consul-sdk-devel-0.7.0-5.fc37.noarch and golang-github-hashicorp-consul-api-devel-1.9.1-7.fc38.noarch file /usr/share/gocode/src/github.com/hashicorp/consul/CHANGELOG.md conflicts between attempted installs of golang-github-hashicorp-consul-sdk-devel-0.7.0-5.fc37.noarch and golang-github-hashicorp-consul-api-devel-1.9.1-7.fc38.noarch file /usr/share/gocode/src/github.com/hashicorp/consul/go.mod conflicts between attempted installs of golang-github-hashicorp-consul-sdk-devel-0.7.0-5.fc37.noarch and golang-github-hashicorp-consul-api-devel-1.9.1-7.fc38.noarch ...
Both of these packages (see [1] and [2]) are derived from the same repo, github.com/hashicorp/consul.
My question is, why are there two packages pointing to the same repo? (Yes, I realize it is two different modules within it, but could they be merged?) Second, is there a way I can address this conflict on my end or are modifications to one or both of the consul packages required to resolve the issue?
[0] https://download.copr.fedorainfracloud.org/results/fuller/terraform/fedora-r...
[1] https://src.fedoraproject.org/rpms/golang-github-hashicorp-consul-sdk/blob/r...
[2] https://src.fedoraproject.org/rpms/golang-github-hashicorp-consul-api/blob/r...