golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/patherrors/gopkginsub.test (about) 1 mod=example.com/patherrors 2 base=none 3 dir=yaml 4 success=false 5 vcs=git 6 -- want -- 7 # diagnostics 8 go.mod: go directive is missing 9 gopkg.in/yaml.v2: module path starts with gopkg.in and must be declared in the root directory of the repository 10 11 # summary 12 Suggested version: v2.0.0 13 -- .mod -- 14 module example.com/patherrors 15 -- yaml/go.mod -- 16 module gopkg.in/yaml.v2