From f6209582fa6768dce9286b4984396a9ac8d53e20 Mon Sep 17 00:00:00 2001 From: atercattus Date: Tue, 20 Apr 2021 10:43:16 +0300 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aea85bc1..f058b2a36 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication. ## How to migrate to this repo To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`: ``` -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 ``` -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. ## Changelog This repo uses [Changelog](CHANGELOG.md).