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
543
543
## How to migrate to this repo
544
544
To change the used package in your repo it's enough to add this ` replace ` directive to your ` go.mod ` :
545
545
```
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
547
547
```
548
548
549
549
This can be done by running this command:
550
550
```
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
552
552
```
553
553
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.
555
555
556
556
## Credits
557
557
You can’t perform that action at this time.
0 commit comments