You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mycompany.com is just fictional, there isn't a server on the url and I run go get -u all
What did you expect to see?
Update the valid modules in go.mod and leave the local/replaced ones
What did you see instead?
go get -u all fails with go get all: unrecognized import path "mycompany.com/common/utils": reading https://mycompany.com/common/utils?go-get=1: 404 Not Found
It finds the new versions of the github.com modules, then fails and doesn't update go.mod
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I have private modules replaced with local modules in my go.mod in the
mycompany.com/...
The mycompany.com is just fictional, there isn't a server on the url and I run
go get -u all
What did you expect to see?
Update the valid modules in go.mod and leave the local/replaced ones
What did you see instead?
go get -u all
fails withgo get all: unrecognized import path "mycompany.com/common/utils": reading https://mycompany.com/common/utils?go-get=1: 404 Not Found
It finds the new versions of the github.com modules, then fails and doesn't update go.mod
The text was updated successfully, but these errors were encountered: