)]}'
{
  "commit": "7c0cf33f39ccf5d8e4c59d34a150425ddac7df6a",
  "tree": "7dad03fd3f87793860a18ffabf1fd3683ff498cb",
  "parents": [
    "c4312af18b72fd65dc7928a5fd719b5868c133f3"
  ],
  "author": {
    "name": "Dennis Kuhnert",
    "email": "mail.kuhnert@gmail.com",
    "time": "Mon May 21 23:57:40 2018 +0200"
  },
  "committer": {
    "name": "Russ Cox",
    "email": "rsc@golang.org",
    "time": "Fri May 25 16:57:20 2018 +0000"
  },
  "message": "cmd/go/internal/modfetch: fix bug in parsing non-quoted module paths\n\nCL 105215 introduced \"allow, prefer unquoted strings in mod files\",\nso autogenerated go.mod files do not contain quotes in the module path.\n\nBefore, `modPath` could only handle quoted module paths. This lead to\nbugs like `vgo install github.com/Kyroy/vgoversion2/v2` installing\nv1.0.0 instead of v2.1.0 because `isMajor` returned false instead of\ntrue due to the wrong return of modPath. Hence, `findDir` returned\n\"missing go.mod\" error.\n\nNow, `modPath` is able to parse quoted and non-quoted module paths.\n\nChange-Id: I24b0a4cd60ce928b123fb1b347edf84f018f01a6\nReviewed-on: https://go-review.googlesource.com/114058\nReviewed-by: Bryan C. Mills \u003cbcmills@google.com\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\nRun-TryBot: Bryan C. Mills \u003cbcmills@google.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ffbd22395aef1f28faf48a805c787161f2b38388",
      "old_mode": 33188,
      "old_path": "vendor/cmd/go/internal/modfetch/coderepo.go",
      "new_id": "bb6e8ac17937478b8192a6e9a0abc008ca8b81e1",
      "new_mode": 33188,
      "new_path": "vendor/cmd/go/internal/modfetch/coderepo.go"
    },
    {
      "type": "modify",
      "old_id": "8821b025502e164e2a6416f907aac8c4160fd1d9",
      "old_mode": 33188,
      "old_path": "vendor/cmd/go/internal/modfetch/coderepo_test.go",
      "new_id": "80415b4d3f92ebc0e7fda4885afd0fc7809f29dc",
      "new_mode": 33188,
      "new_path": "vendor/cmd/go/internal/modfetch/coderepo_test.go"
    }
  ]
}
