)]}'
{
  "commit": "d868d69320140863a1938bfa042ad0824cfa9500",
  "tree": "fd519288299185f48eec666a19b061b1444c9f78",
  "parents": [
    "45333b68dd60942adc61a29f50b2c72420b792e3"
  ],
  "author": {
    "name": "Leopold Schabel",
    "email": "leo@nexantic.com",
    "time": "Sun Nov 17 17:28:29 2019 +0100"
  },
  "committer": {
    "name": "Leopold Schabel",
    "email": "leo@nexantic.com",
    "time": "Sun Nov 17 17:28:29 2019 +0100"
  },
  "message": "Add go-sqlite3 dependency to go.mod\n\nFixes this \"go mod tidy\" error on master:\n\n```\ngit.monogon.dev/source/nexantic.git imports\n\tgithub.com/rubenv/sql-migrate/sql-migrate imports\n\tgithub.com/mattn/go-sqlite3: module github.com/mattn/go-sqlite3@latest found (v2.0.0+incompatible), but does not contain package github.com/mattn/go-sqlite3\n```\n\nThe fix was to run `go mod tidy` using Go 1.12, since Go 1.13 got confused\nabout the sqlite3 package (there is no v2.0.0 - I suspect an issue with\nthe proxy). Notably, neither sql-migrate nor go-sqlite3 use Go modules,\nand there\u0027s no way to get rid of the dependency:\n\nhttps://github.com/rubenv/sql-migrate/blob/aff46b65bb7f71e015dc28dc2edd083737985dfb/sql-migrate/config.go#L17\n\nAdds a `go mod tidy` invocation to gazelle.sh.\n\nTest Plan: Ran gazelle.sh.\n\nX-Origin-Diff: phab/D268\nGitOrigin-RevId: 843710797dc2bccc2c7efdc249ac2b28a23c3fae\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bdcb638f78ab6bfbc44221fc6632bd5438597eeb",
      "old_mode": 33188,
      "old_path": "BUILD",
      "new_id": "4806f474555e3f75b88256925b120d83d573789c",
      "new_mode": 33188,
      "new_path": "BUILD"
    },
    {
      "type": "modify",
      "old_id": "12c60bc004e62c0da08b90ddc35304e7214779b1",
      "old_mode": 33261,
      "old_path": "scripts/gazelle.sh",
      "new_id": "d6e7cee1a1d42e6755265ecb66ad405b25767b77",
      "new_mode": 33261,
      "new_path": "scripts/gazelle.sh"
    }
  ]
}
