-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
cannot find module providing package github.com/coreos/go-systemd/journal #11345
Comments
@woshitang1990 did you find a fix? |
|
i think this is related coreos/go-systemd#325 |
Thanks for posting this @woshitang1990. This is what I did:
Followed by prompt vendoring... |
Thanks for posting @woshitang1990 and @dselans
|
I am still getting this error with the latest release version 3.3.18.
|
I fixed it by add this in my go.mod:
refer to coreos/go-systemd#321 |
There are already multiple issues opened on github for this problem. Also, fixes written above don't work for me any more. Are there any plans to commit a permanent fix? |
I cannot currently find any way to import the etcd client in a Go project, all suggestions above are broken at time of writing. |
try adding this to
I was as triggered as you are. I guess they probably didn't have time to keep up with upgrades happening on all libraries. I also think we don't really have the right to QQ on github, since we are not fixing the issue either, though we are all go devs and we all have access to the source code. 🤣 |
thanks a lot! it works on my machine: ubuntu 14.04 |
why don't you upgrade? |
when i use go get -v go.etcd.io/etcd/clientv3, it shows cannot find module providing package github.com/coreos/go-systemd/journal
who know how to fix it?
The text was updated successfully, but these errors were encountered: