Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Cannot install gopkg.in/httprequest.v1/cmd/httprequest-generate-client #65

Closed
myitcv opened this issue Feb 26, 2019 · 0 comments · Fixed by #72
Closed

Cannot install gopkg.in/httprequest.v1/cmd/httprequest-generate-client #65

myitcv opened this issue Feb 26, 2019 · 0 comments · Fixed by #72
Labels
bug Something isn't working

Comments

@myitcv
Copy link
Owner

myitcv commented Feb 26, 2019

$ gobin gopkg.in/httprequest.v1/cmd/httprequest-generate-client
failed to encode package relative path gopkg.in/httprequest.v1/cmd/httprequest-generate-client: malformed module path "gopkg.in/httprequest.v1/cmd/httprequest-generate-client": invalid version

cc @rogpeppe

@myitcv myitcv added the bug Something isn't working label Feb 26, 2019
myitcv added a commit that referenced this issue Mar 23, 2019
Also fix a bug whereby the full import path was being used after the
module path for locations within the cache.

Fixes #65.
myitcv added a commit that referenced this issue Mar 23, 2019
Also fix a bug whereby the full import path was being used after the
module path for locations within the cache.

Fixes #65.
myitcv added a commit that referenced this issue Mar 23, 2019
Also fix a bug whereby the full import path was being used after the
module path for locations within the cache. For example, previously we
had a cache path like:

/github.com/gobin-testrepos/simple-main/@v/v1.0.0/github.com/gobin-testrepos/simple-main/simple-main

whereas this should actually have been:

github.com/gobin-testrepos/simple-main/@v/v1.0.0/simple-main

Fixes #65.
myitcv added a commit that referenced this issue Mar 23, 2019
Also fix a bug whereby the full import path was being used after the
module path for locations within the cache. For example, previously we
had a cache path like:

/github.com/gobin-testrepos/simple-main/@v/v1.0.0/github.com/gobin-testrepos/simple-main/simple-main

whereas this should actually have been:

github.com/gobin-testrepos/simple-main/@v/v1.0.0/simple-main

Fixes #65.
myitcv added a commit that referenced this issue Mar 27, 2019
Also fix a bug whereby the full import path was being used after the
module path for locations within the cache. For example, previously we
had a cache path like:

/github.com/gobin-testrepos/simple-main/@v/v1.0.0/github.com/gobin-testrepos/simple-main/simple-main

whereas this should actually have been:

github.com/gobin-testrepos/simple-main/@v/v1.0.0/simple-main

Fixes #65.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant