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
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".
The text was updated successfully, but these errors were encountered:
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.
I came across this error using Go 1.11 and dep 0.5.0
I do see you are using modules, so.... suspect you might decide to mark this "will not fix".
The text was updated successfully, but these errors were encountered: