forked from go-mysql-org/go-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -503,6 +503,11 @@ To change the used package in your repo it's enough to add this `replace` direct | |
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10.0 | ||
``` | ||
|
||
This can be done by running this command: | ||
``` | ||
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/[email protected] | ||
``` | ||
|
||
v1.10.0 - is the last tag in repo, feel free to choose what you want. | ||
|
||
## Donate | ||
|