-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on installing terraform-module-version (go install github.com/keilerkonzept/terraform-module-versions@latest) #89
Comments
A fix on this would be much appreciated. The README has to be fixed too, to point to https://github.com/keilerkonzept instead of https://github.com/sgreben and to use |
@keilerkonzept Is this project still maintained? |
After PR #87 was merged this build to release 3.1.14 failed to upload release packages https://github.com/keilerkonzept/terraform-module-versions/actions/runs/2806618579 We can see releases for previous versions but not for 3.1.14 For now, I would install 3.1.13
There is also a new fork of this code that maybe more actively maintained. |
I tried installing 3.1.13 as suggested and still got the ambiguous import error. |
Maybe try an earlier version
|
This is the build issue in all the recent builds
Seems like this issue also causes missing artifacts #92 |
Despite the installation method not being mentioned in the current $ go install github.com/keilerkonzept/terraform-module-versions@latest
...
go: github.com/keilerkonzept/terraform-module-versions imports
github.com/keilerkonzept/terraform-module-versions/pkg/update imports
github.com/keilerkonzept/terraform-module-versions/pkg/versions imports
github.com/go-git/go-git/v5 imports
github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod:
module declares its path as: dario.cat/mergo
but was required as: github.com/imdario/mergo p.s. Is this project still maintained? |
Hi all. Sorry about the eternal delays here. I've been rather swamped for a good long while, with barely any cycles to spend on github projects, and I'm just catching up now. Today the project status is indeed, gotta be honest here, "unmaintained". I'll try to change this within this+next month. Thanks and kudos to @nitrocode for the thoughtful changes, and keeping the functionality alive on your |
lol, oops! Sorry @ryan-jan, and thanks @nitrocode 😅 I meant to thank the author there of course. So -this time correctly addressed- thanks & kudos for |
I have problem installing go module from today morning.
What I use:
Docker:
golang:latest
I test too on:
go version go version go1.19 darwin/arm64
Same error everywhere:
Error:
Any idea how to solve problem?
The text was updated successfully, but these errors were encountered: