File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ package conf
22
33import (
44 "os"
5- "strings"
6-
75 "schema-diff/db"
6+ "strings"
87
98 vtconfig "vitess.io/vitess/go/mysql/config"
109
11- "gopkg.in/yaml.v2 "
10+ "gopkg.in/yaml.v3 "
1211)
1312
1413const (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module schema-diff
33go 1.25.1
44
55require (
6- gopkg.in/yaml.v2 v2.4.0
6+ gopkg.in/yaml.v3 v3.0.1
77 gorm.io/driver/mysql v1.6.0
88 gorm.io/gorm v1.31.1
99 vitess.io/vitess v0.23.0
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7I
6868google.golang.org/protobuf v1.36.9 /go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU =
6969gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
7070gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
71- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
72- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
7371gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
7472gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
7573gorm.io/driver/mysql v1.6.0 h1:eNbLmNTpPpTOVZi8MMxCi2aaIm0ZpInbORNXDwyLGvg =
You can’t perform that action at this time.
0 commit comments