The [Installation](https://github.com/blastrain/vitess-sqlparser/blob/a139afbb1abad0805ea6a4e2c0fd4e513a3e0939/README.md?plain=1#L26) section of the README has an invalid (obsolete?) installation command: ``` go get -u github.com/knocknote/vitess-sqlparser ``` It should be changed to: ```sh go get -u github.com/blastrain/vitess-sqlparser ```