-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[bug]go get -u github.com/micro/go-micro errors (maybe not update frequency) #747
Comments
export export GO111MODULE=on
go get -u github.com/micro/go-micro error is till there
|
How do you fix it? |
How do you fix it? ?????????????? |
I'm wondering the same thing too actually -- What was the fix? If I figure it out myself I'll post here. |
Please stop commenting on a closed bug. If the issue persists either reopen or file a new issue. This error is related to the dependencies of quic-go. Please either use go modules or ensure you are using the latest version of Go and the dependencies. |
Dude; That comes off as a little rude. I can't re-open this bug; only you can.
This error still persists despite using Go modules and the latest version of go-micro v1.10.0 |
Furthermore this is a dependency that go-micro itself uses and pulls in: Line 48 in a6668ae
|
go get -u updates those dependencies. It does not make use of the dependencies we have pinned in the go.mod file. My comment is in reference to the three people who have commented since the issue was closed and to inform anyone else to open a new issue if it persists. |
I'm fine to open a new issue (sorry sometimes text communication is hard to interpret) but ym main problem with this issue being closed is it was closed without any actionable resolution. I'll keep trying to figure out why this is so badly broken for me -- The only other thing I'm aware of at play here that can/does wreak havoc on dependencies is golang/go#27899 |
This problem is not one of the go-micro projects. Every go-lang project would have the same problem. You can still use "go get -u" command to update this project too, and use export GO111MODULE=on. Like these problems happened some times before, but, recently, they didn`t happen again. So I didn't think about this aspect carefully. When I looked at it in error detail, I recalled it. If you come across this problem again, This git`s problems. Hope this will help you. |
I solved this by redoing what I was originally doing. Which was replacing the deprecated I believe the problem I was experiencing in particular was exacerbated by my running I have to have this in my
Actually this is all quite a bit confusing :) |
I looked back at my shell history and I believe I inadvertently did the wrong thing by running:
Which isn't even a sub-package that's go-getable anyway and |
In fact doing exactly that precisely causes this breakage:
|
I think we can Close this now! Don't run |
try:
go build again |
➜ ~ go get -u github.com/micro/go-micro
The text was updated successfully, but these errors were encountered: