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
The error message is:
"ensure Solve(): No versions of github.com/uber-go/zap met constraints:
v1.7.1: Could not introduce github.com/uber-go/zap@v1.7.1, as its subpackage github.com/uber-go/zap does not contain usable Go code (*pkgtree.NonCanonicalImportRoot).. (Package is required by (root).)"
The possible cause is logged here: golang/dep#899
There may be relative paths in your import statements. Any chance you can make zap go dep compliant?
The text was updated successfully, but these errors were encountered:
The error message is:
"ensure Solve(): No versions of github.com/uber-go/zap met constraints:
v1.7.1: Could not introduce github.com/uber-go/zap@v1.7.1, as its subpackage github.com/uber-go/zap does not contain usable Go code (*pkgtree.NonCanonicalImportRoot).. (Package is required by (root).)"
The possible cause is logged here: golang/dep#899
There may be relative paths in your import statements. Any chance you can make zap go dep compliant?
The text was updated successfully, but these errors were encountered: