support for dep?
Opened this issue · 1 comments
I came across this error using Go 1.11 and dep 0.5.0
Solving failure: No versions of github.com/elliotforbes/oak met constraints:
master: Could not introduce github.com/elliotforbes/oak@master due to multiple problematic subpackages:
Subpackage github.com/elliotforbes/oak does not contain usable Go code (*build.NoGoError).. (Package is required by (root).) Subpackage github.com/elliotforbes/oak/router is missing. (Package is required by (root).)
I do see you are using modules, so.... suspect you might decide to mark this "will not fix".
I'll have a look at this when I get the chance, dep was the go-to dependency management tool for quite a while so I feel like a number of people will still be using this for a while to come.