blob: 2cfcdd9af5fe27b1b4d02e2b0fcdb123899e2779 [file] [log] [blame]
mod=example.com/patherrors
base=none
dir=yaml
success=false
-- want --
# diagnostics
go.mod: go directive is missing
gopkg.in/yaml.v2: module path starts with gopkg.in and must be declared in the root directory of the repository
# summary
Suggested version: v2.0.0
-- .mod --
module example.com/patherrors
-- .git/HEAD --
-- yaml/go.mod --
module gopkg.in/yaml.v2