-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeGoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules
Milestone
Description
What version of Go are you using (go version
)?
go version go1.12 linux/amd64
Does this issue reproduce with the latest release?
yes
What did you do?
$ go get github.com/go101/tinyrouter@v1.0.1
The module path set in go.mod
is go101.org/tinyrouter
, not github.com/go101/tinyrouter
.
What did you expect to see?
no errors, and automatically create a replace line in go.mod file of the app project after parsing the go-got go.mod file:
replace go101.org/tinyrouter => github.com/go101/tinyrouter v1.0.1
What did you see instead?
go: github.com/go101/tinyrouter@v1.0.1: parsing go.mod: unexpected module path "go101.org/tinyrouter"
go: error loading module requirements
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeGoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules