File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
6
6
github.com/BurntSushi/toml v1.3.2
7
7
github.com/Masterminds/semver v1.5.0
8
8
github.com/go-sql-driver/mysql v1.7.1
9
+ github.com/goccy/go-json v0.10.2
9
10
github.com/google/uuid v1.3.0
10
11
github.com/jmoiron/sqlx v1.3.3
11
12
github.com/klauspost/compress v1.17.1
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
13
13
github.com/go-sql-driver/mysql v1.5.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
14
14
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI =
15
15
github.com/go-sql-driver/mysql v1.7.1 /go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI =
16
+ github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU =
17
+ github.com/goccy/go-json v0.10.2 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
16
18
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
17
19
github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18
20
github.com/jmoiron/sqlx v1.3.3 h1:j82X0bf7oQ27XeqxicSZsTU5suPwKElg3oyxNn43iTk =
Original file line number Diff line number Diff line change 1
1
package replication
2
2
3
3
import (
4
- "encoding/json"
5
4
"fmt"
6
5
"math"
7
6
7
+ "github.com/goccy/go-json"
8
8
"github.com/pingcap/errors"
9
9
"github.com/siddontang/go/hack"
10
10
You can’t perform that action at this time.
0 commit comments