There was an error while loading. Please reload this page.
1 parent c327c53 commit 6537d96Copy full SHA for 6537d96
README.md
@@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication.
9
## How to migrate to this repo
10
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
11
```
12
-replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.2.0
+replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.2.1
13
14
15
-v1.2.0 - is the last tag in repo, feel free to choose what you want.
+v1.2.1 - is the last tag in repo, feel free to choose what you want.
16
17
## Changelog
18
This repo uses [Changelog](CHANGELOG.md).
0 commit comments