We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa27eb commit 0286e12Copy full SHA for 0286e12
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.1.1
+replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.1.2
13
14
15
-v.1.1.1 - is the last tag in repo, feel free to choose what you want.
+v.1.1.2 - 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