File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -543,15 +543,15 @@ Or you can implement your own [`log.Handler`](https://pkg.go.dev/github.com/sidd
543543## How to migrate to this repo
544544To change the used package in your repo it's enough to add this ` replace ` directive to your ` go.mod ` :
545545```
546- replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10 .0
546+ replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.11 .0
547547```
548548
549549This can be done by running this command:
550550```
551- go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.10 .0
551+ go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.11 .0
552552```
553553
554- v1.10 .0 - is the last tag in repo, feel free to choose what you want.
554+ v1.11 .0 - is the last tag in repo, feel free to choose what you want.
555555
556556## Credits
557557
You can’t perform that action at this time.
0 commit comments