Skip to content

Commit a98f973

Browse files
committed
Update README
1 parent 8a5b6af commit a98f973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
544544
To 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

549549
This 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

0 commit comments

Comments
 (0)