Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

appc/spec is not go-gettable #587

Closed
iaguis opened this issue Mar 31, 2016 · 3 comments
Closed

appc/spec is not go-gettable #587

iaguis opened this issue Mar 31, 2016 · 3 comments

Comments

@iaguis
Copy link
Member

iaguis commented Mar 31, 2016

> GOPATH=/home/iaguis/temp/gopath go get github.com/appc/spec/...
package github.com/appc/spec/ace
    imports github.com/camlistore/go4/errorutil: code in directory /home/iaguis/temp/gopath/src/github.com/camlistore/go4/errorutil expects import "go4.org/errorutil"
@sgotti
Copy link
Member

sgotti commented Mar 31, 2016

Introduced in #578

What about dropping go compiler < 1.5 support and start using golang vendoring?

It's default for latest godep. I also started using glide with flattened vendor tree since it support semver and other goodies. I explained my workflow, pro and cons here (updated in the latest comment) containers/build#186

@steveej
Copy link
Contributor

steveej commented Apr 1, 2016

The problem is that github.com/camlistore/camlistore/pkg/errorutil is not available anymore. I'm not sure why godep doesn't use the stored revision though, which should definitely still have that path.

@iaguis
Copy link
Member Author

iaguis commented Apr 1, 2016

go4org/go4#15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants