1mod=example.com/patherrors 2base=none 3dir=x 4success=false 5vcs=git 6-- want -- 7# diagnostics 8example.com/y/v2: module path must end with "x" or "x/v2", since it is in subdirectory "x" 9 10# summary 11Suggested version: v2.0.0 12-- .mod -- 13module example.com/patherrors 14-- x/go.mod -- 15module example.com/y/v2 16 17go 1.12