-
Notifications
You must be signed in to change notification settings - Fork 133
go get -u sigs.k8s.io/etcdadm
fails with module path error
#156
Comments
Thanks for reporting @scottslowe. I think this is related to #58. I took a quick look, but I don't think this is a quick fix. I have no issues building |
/priority important-soon |
@dlipovetsky Apologies for the newbie-ish question: are you saying that |
|
Thanks a lot for checking that! I'll need to investigate the cause. But for now, I'd like to PR a doc change, to replace FWIW, I've come across hard-to-understand issues with |
Seems reasonable to me. Thanks! Let me know if there is additional testing I can do that would be helpful. |
@dlipovetsky Would you like me to PR the suggested doc change? |
Do not recommend `go get`, which may not be working across all go versions. See kubernetes-retired#156. Signed-off-by: Daniel Lipovetsky <[email protected]>
@scottslowe I'm sorry, I just saw your comment! I PR'd the change myself a little while ago. I'll keep this issue open to look into the |
I propose once etcd-io/etcd#11823 lands, that we move our import to be go.etcd.io/etcd, which has support for go.mod and I hope will fix this issue. AFAICT we only use the etcd client libraries, so this shouldn't cause problems. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Do not recommend `go get`, which may not be working across all go versions. See kubernetes-retired#156. Signed-off-by: Daniel Lipovetsky <[email protected]>
Just to mention that, etcd-io/etcd#11823 is merged now. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I wanted to pull down
etcdadm
for some testing, and thego get
command referenced inREADME.md
under the "Building" section fails. Here's the final few lines of the output of the command:This is on an Ubuntu 19.10 system with Go 1.14.1 installed.
How can I resolve this error so that I can test
etcdadm
?The text was updated successfully, but these errors were encountered: