Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vitess Dep #175

Closed
tooolbox opened this issue Aug 26, 2020 · 1 comment
Closed

Vitess Dep #175

tooolbox opened this issue Aug 26, 2020 · 1 comment

Comments

@tooolbox
Copy link
Contributor

Per the readme:

go-mysql-server relies on a fork of vitess, which implements the SQL parsing and SQL server for the engine. To use this fork of vitess, you must include the same replace directive in your project's go.mod file as this package does (see the go.mod file for the exact line to copy and paste):

replace vitess.io/vitess => github.com/liquidata-inc/vitess v0.0.0-20200430040751-192bb76ecd8b

However, when I look at the go.mod file on master, there's no replace directive. Is this documentation outdated?

@zachmu
Copy link
Member

zachmu commented Aug 28, 2020

Yes, it is. Thanks for noticing! Fixing now.

@zachmu zachmu closed this as completed in 553ed16 Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants