github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/gomodules/testdata/go-list-all (about)

     1  {
     2  	"Path": "test/basic",
     3  	"Version": "v1.1.1",
     4  	"Time": "2018-09-22T23:35:52Z",
     5  	"Dir": "/Test/Full/Output/Format",
     6  	"GoMod": "/Test/Full/Output/Format"
     7  }
     8  {
     9  	"Path": "test/basic/monorepo",
    10  	"Version": "v2.0.0"
    11  }
    12  {
    13  	"Path": "test/versionzero",
    14  	"Version": "v0.0.0-20180831171423-123456789000"
    15  }
    16  {
    17  	"Path": "replace/fork",
    18  	"Version": "v9.0.0",
    19  	"Replace": {
    20  		"Path": "private/fork",
    21  		"Version": "v9.0.0"
    22  	}
    23  }
    24  {
    25  	"Path": "replace/version",
    26  	"Version": "v9.0.0",
    27  	"Replace": {
    28  		"Path": "replace/version",
    29  		"Version": "v1.0.0"
    30  	}
    31  }